summaryrefslogtreecommitdiffstats
path: root/krita/plugins/viewplugins/dropshadow/Makefile.am
blob: c339627ecc53a29597c32871ff46b537ed70c1b5 (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
kritarcdir = $(kde_datadir)/kritaplugins
kritarc_DATA = dropshadow.rc
EXTRA_DIST = $(kritarc_DATA)

INCLUDES  =  -I$(srcdir)/../../../sdk \
	-I$(srcdir)/../../../core \
	-I$(srcdir)/../../../kritacolor/ \
	-I$(srcdir)/../../../colorspaces/rgb_u8 \
	-I$(srcdir)/../../../ui \
	$(KOFFICE_INCLUDES) \
	$(all_includes)


kde_module_LTLIBRARIES = kritadropshadow.la

kritadropshadow_la_SOURCES = wdg_dropshadow.ui \
	kis_dropshadow.cc dlg_dropshadow.cc  \
	kis_dropshadow_plugin.cc

noinst_HEADERS = wdg_dropshadow.h kis_dropshadow_plugin.h \
		kis_dropshadow.h dlg_dropshadow.h

kritadropshadow_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN)
kritadropshadow_la_LIBADD =  ../../../libkritacommon.la ../../../colorspaces/rgb_u8/libkritargb.la

kde_services_DATA = kritadropshadow.desktop

kritadropshadow_la_METASOURCES = AUTO

KDE_OPTIONS = nofinal