summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-05-03 19:00:41 -0500
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-05-03 19:00:41 -0500
commit144e523eb34537d3abec0f010cb0dc9f9d69a2d7 (patch)
treee603f6b993697d53f0e0b27ad0ee2a813a29bf06
parent002d82902eb8dcb6be072c06c3d6f9388369c6bd (diff)
downloadadept-144e523e.tar.gz
adept-144e523e.zip
Add libapt-pkg to adept-installer link flags
-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 \