summaryrefslogtreecommitdiffstats
path: root/digikam/imageplugins/coreplugin/Makefile.am
blob: 7946cd6070322ff6308e584ca1f98120e5f8c418 (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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
SUBDIRS = sharpnesseditor hsl ratiocrop 
COMPILE_FIRST = sharpnesseditor hsl ratiocrop 
METASOURCES = AUTO

INCLUDES = -I$(top_srcdir)/digikam/utilities/imageeditor/editor \
	       -I$(top_srcdir)/digikam/utilities/imageeditor/canvas \
	       -I$(top_srcdir)/digikam/libs/histogram \
	       -I$(top_srcdir)/digikam/libs/levels \
	       -I$(top_srcdir)/digikam/libs/curves \
	       -I$(top_srcdir)/digikam/libs/whitebalance \
	       -I$(top_srcdir)/digikam/libs/widgets/common \
	       -I$(top_srcdir)/digikam/libs/widgets/iccprofiles \
	       -I$(top_srcdir)/digikam/libs/widgets/imageplugins \
	       -I$(top_srcdir)/digikam/libs/dialogs \
	       -I$(top_srcdir)/digikam/libs/dimg \
	       -I$(top_srcdir)/digikam/libs/dmetadata \
	       -I$(top_srcdir)/digikam/libs/dimg/filters \
	       -I$(top_srcdir)/digikam/digikam \
	       -I$(top_srcdir)/digikam/imageplugins/coreplugin/sharpnesseditor \
	       -I$(top_srcdir)/digikam/imageplugins/coreplugin/hsl \
	       -I$(top_srcdir)/digikam/imageplugins/coreplugin/ratiocrop \
	       $(LIBKDCRAW_CFLAGS) \
	       $(all_includes) 

digikamimageplugin_core_la_SOURCES = imageplugin_core.cpp bwsepiatool.cpp \
	                                 autocorrectiontool.cpp \
	                                 rgbtool.cpp \
	                                 redeyetool.cpp blurtool.cpp \
	                                 iccprooftool.cpp bcgtool.cpp 

noinst_HEADERS = autocorrectiontool.h blurtool.h \
                 rgbtool.h bcgtool.h \
                 bwsepiatool.h iccprooftool.h redeyetool.h 

digikamimageplugin_core_la_LIBADD = $(LIB_KPARTS) \
                                    $(top_builddir)/digikam/imageplugins/coreplugin/sharpnesseditor/libsharpnesseditor.la \
	                            $(top_builddir)/digikam/imageplugins/coreplugin/hsl/libhsl.la \
	                            $(top_builddir)/digikam/imageplugins/coreplugin/ratiocrop/libratiocrop.la \
	                            $(top_builddir)/digikam/digikam/libdigikam.la \
	                            $(top_builddir)/digikam/utilities/imageeditor/editor/libdimgeditor.la \
	                            $(top_builddir)/digikam/libs/curves/libcurves.la \
				    $(top_builddir)/digikam/libs/widgets/common/libcommonwidgets.la \
				    $(top_builddir)/digikam/libs/widgets/imageplugins/libimagepluginswidgets.la

digikamimageplugin_core_la_LDFLAGS = -module $(KDE_PLUGIN) $(all_libraries) -ltdecore -ltdeui $(LIB_QT) -ltdefx -lkdcraw -lkio -lkexiv2 -lkutils

kde_services_DATA = digikamimageplugin_core.desktop

kde_module_LTLIBRARIES = digikamimageplugin_core.la

rcdir = $(kde_datadir)/digikam
rc_DATA = digikamimageplugin_core_ui.rc