summaryrefslogtreecommitdiffstats
path: root/src/utilities/imageeditor/tools/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'src/utilities/imageeditor/tools/Makefile.am')
-rw-r--r--src/utilities/imageeditor/tools/Makefile.am19
1 files changed, 0 insertions, 19 deletions
diff --git a/src/utilities/imageeditor/tools/Makefile.am b/src/utilities/imageeditor/tools/Makefile.am
deleted file mode 100644
index b76207ff..00000000
--- a/src/utilities/imageeditor/tools/Makefile.am
+++ /dev/null
@@ -1,19 +0,0 @@
-METASOURCES = AUTO
-
-noinst_LTLIBRARIES = libdimgeditortools.la
-
-libdimgeditortools_la_SOURCES = imageresize.cpp imageprint.cpp
-
-libdimgeditortools_la_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_TDEPRINT)
-
-INCLUDES= -I$(top_srcdir)/src/digikam \
- -I$(top_srcdir)/src/libs/dimg \
- -I$(top_srcdir)/src/libs/dimg/filters \
- -I$(top_srcdir)/src/libs/dmetadata \
- -I$(top_srcdir)/src/libs/widgets/common \
- -I$(top_srcdir)/src/libs/greycstoration \
- -I$(top_srcdir)/src/utilities/imageeditor/canvas \
- -I$(top_srcdir)/src/utilities/imageeditor/editor \
- $(LIBKDCRAW_CFLAGS) \
- $(all_includes)
-