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
v3.5.13-sru
tpearson 14 years ago
parent b3305d0a10
commit 554e253b00

@ -1 +1 @@
SUBDIRS = adept installer manager updater notifier icons
SUBDIRS = adept installer manager updater notifier icons batch

@ -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

Loading…
Cancel
Save