summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTimothy Pearson <[email protected]>2012-05-03 19:00:41 -0500
committerSlávek Banko <[email protected]>2012-06-24 03:50:50 +0200
commita2e727939bba0b9beabc96085e6ab6d11a0ebb91 (patch)
treef5e3b75183d2c82e93b91f4098048fe4b87a8066
parente2505e1580b2bfcf01e67aca72a5015234af2e8e (diff)
downloadadept-a2e727939bba0b9beabc96085e6ab6d11a0ebb91.tar.gz
adept-a2e727939bba0b9beabc96085e6ab6d11a0ebb91.zip
Add libapt-pkg to adept-installer link flags
(cherry picked from commit 144e523eb34537d3abec0f010cb0dc9f9d69a2d7)
-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 5b25c1d..c20f0cc 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_KDECORE) $(LIB_KIO) $(LIB_KDEUI)
+adept_installer_LDADD = ../adept/libadept.la -lapt-front -lapt-pkg $(LIBTAGCOLL2_LIBS) $(LIB_QT) -lDCOP $(LIB_KDECORE) $(LIB_KIO) $(LIB_KDEUI)
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 \