From 554e253b0050ff5c90b49ce830aafd9096990b37 Mon Sep 17 00:00:00 2001 From: tpearson Date: Mon, 1 Feb 2010 18:30:21 +0000 Subject: [PATCH] Added adept-batch to compilation and repaired broken ldflag for libtagcoll2 git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/adept@1083649 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- adept/Makefile.am | 2 +- adept/batch/Makefile.am | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/adept/Makefile.am b/adept/Makefile.am index e292f1d..e9c00cd 100644 --- a/adept/Makefile.am +++ b/adept/Makefile.am @@ -1 +1 @@ -SUBDIRS = adept installer manager updater notifier icons +SUBDIRS = adept installer manager updater notifier icons batch diff --git a/adept/batch/Makefile.am b/adept/batch/Makefile.am index 7c3903b..51be8b3 100644 --- a/adept/batch/Makefile.am +++ b/adept/batch/Makefile.am @@ -1,7 +1,7 @@ bin_PROGRAMS = adept_batch noinst_HEADERS = app.h adept_batch_SOURCES = main.cpp app.cpp -adept_batch_LDADD = ../adept/libadept.la -lapt-front -ltagcoll $(LIB_KIO) $(LIBKDE_UI) +adept_batch_LDADD = ../adept/libadept.la -lapt-front -ltagcoll2 $(LIB_KIO) $(LIBKDE_UI) adept_batch_LDFLAGS = -L/usr/lib/debug INCLUDES = $(all_includes) $(LIBTAGCOLL2_CFLAGS) $(LIBAPT_FRONT_CFLAGS) -I$(srcdir)/.. -I.. KDE_CXXFLAGS = $(USE_EXCEPTIONS) -DQT_NO_ASCII_CAST -DQT_NO_CAST_ASCII