summaryrefslogtreecommitdiffstats
path: root/src/utilities/batch
diff options
context:
space:
mode:
Diffstat (limited to 'src/utilities/batch')
-rw-r--r--src/utilities/batch/Makefile.am20
1 files changed, 0 insertions, 20 deletions
diff --git a/src/utilities/batch/Makefile.am b/src/utilities/batch/Makefile.am
deleted file mode 100644
index 355643da..00000000
--- a/src/utilities/batch/Makefile.am
+++ /dev/null
@@ -1,20 +0,0 @@
-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
-
-