summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--adept/installer/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/adept/installer/Makefile.am b/adept/installer/Makefile.am
index fcd9db6..8723922 100644
--- a/adept/installer/Makefile.am
+++ b/adept/installer/Makefile.am
@@ -2,7 +2,7 @@
bin_PROGRAMS = adept_installer
noinst_HEADERS = app.h
adept_installer_SOURCES = main.cpp app.cpp
-adept_installer_LDADD = ../adept/libadept.la -lapt-front $(LIBTAGCOLL2_LIBS) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_KIO) $(LIB_TDEUI)
+adept_installer_LDADD = ../adept/libadept.la -lapt-front -lapt-pkg $(LIBTAGCOLL2_LIBS) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_KIO) $(LIB_TDEUI)
adept_installer_LDFLAGS = -L/usr/lib/debug
INCLUDES = $(all_includes) $(LIBEPT_CFLAGS) $(LIBTAGCOLL2_CFLAGS) $(LIBAPT_FRONT_CFLAGS) $(LIBWIBBLE_CFLAGS) -I$(srcdir)/.. -I.. $(TAGCOLL2_CFLAGS)
KDE_CXXFLAGS = $(USE_EXCEPTIONS) -DQT_NO_ASCII_CAST -DQT_NO_CAST_ASCII \