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