From 144e523eb34537d3abec0f010cb0dc9f9d69a2d7 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Thu, 3 May 2012 19:00:41 -0500 Subject: Add libapt-pkg to adept-installer link flags --- adept/installer/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 \ -- cgit v1.2.1