summaryrefslogtreecommitdiffstats
path: root/src/utilities/batch/Makefile.am
blob: 355643daa748762285865c7517a18b0763878821 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
METASOURCES = AUTO

INCLUDES = -I$(top_srcdir)/src/digikam \
	   -I$(top_srcdir)/src/libs/dialogs \
	   -I$(top_srcdir)/src/libs/dimg \
	   -I$(top_srcdir)/src/libs/dmetadata \
	   -I$(top_srcdir)/src/libs/thumbbar \
	   -I$(top_srcdir)/src/libs/widgets/common \
	   $(LIBKDCRAW_CFLAGS) \
	   $(LIBKEXIV2_CFLAGS) \
	   $(all_includes)

noinst_LTLIBRARIES = libbatch.la 

libbatch_la_SOURCES = batchthumbsgenerator.cpp batchalbumssyncmetadata.cpp \
	              imageinfojob.cpp imageinfoalbumsjob.cpp batchsyncmetadata.cpp 

libbatch_la_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_TQT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_TDEIO) -ltdetexteditor