blob: f798a7af7c2ac53e366247e751f61c2055263072 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
|
METASOURCES = AUTO
INCLUDES = -I$(top_srcdir)/src/utilities/imageeditor/editor \
-I$(top_srcdir)/src/utilities/imageeditor/canvas \
-I$(top_srcdir)/src/libs/histogram \
-I$(top_srcdir)/src/libs/levels \
-I$(top_srcdir)/src/libs/curves \
-I$(top_srcdir)/src/libs/whitebalance \
-I$(top_srcdir)/src/libs/widgets/common \
-I$(top_srcdir)/src/libs/widgets/iccprofiles \
-I$(top_srcdir)/src/libs/widgets/imageplugins \
-I$(top_srcdir)/src/libs/dialogs \
-I$(top_srcdir)/src/libs/dimg \
-I$(top_srcdir)/src/libs/dmetadata \
-I$(top_srcdir)/src/libs/dimg/filters \
-I$(top_srcdir)/src/digikam \
$(LIBKDCRAW_CFLAGS) \
$(all_includes)
digikamimageplugin_adjustcurves_la_SOURCES = imageplugin_adjustcurves.cpp \
adjustcurvestool.cpp
digikamimageplugin_adjustcurves_la_LIBADD = $(LIB_TDEPARTS) \
$(top_builddir)/src/digikam/libdigikam.la
digikamimageplugin_adjustcurves_la_LDFLAGS = -module $(KDE_PLUGIN) $(all_libraries) -ltdecore -ltdeui $(LIB_TQT) -ltdefx -lkdcraw -ltdeio
kde_services_DATA = digikamimageplugin_adjustcurves.desktop
kde_module_LTLIBRARIES = digikamimageplugin_adjustcurves.la
rcdir = $(kde_datadir)/digikam
rc_DATA = digikamimageplugin_adjustcurves_ui.rc
|