blob: b76207ff21eca831d8f5e0c04ca40f3391b0442c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
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)
|