diff options
author | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2010-02-01 18:30:21 +0000 |
---|---|---|
committer | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2010-02-01 18:30:21 +0000 |
commit | 554e253b0050ff5c90b49ce830aafd9096990b37 (patch) | |
tree | 46292c8f8fbe5730ba10c3b6c0ebdab03f6028cf | |
parent | b3305d0a10849676333a3a59c0899635a3eee9e0 (diff) | |
download | adept-554e253b0050ff5c90b49ce830aafd9096990b37.tar.gz adept-554e253b0050ff5c90b49ce830aafd9096990b37.zip |
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
-rw-r--r-- | adept/Makefile.am | 2 | ||||
-rw-r--r-- | 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 |