summaryrefslogtreecommitdiffstats
path: root/chalk/plugins/viewplugins/colorrange/Makefile.am
blob: 1c8547e29337c7d5c57d758bab4fc99650f4e88f (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
INCLUDES  =  -I$(srcdir)/../../../sdk \
	-I$(srcdir)/../../../core \
	-I$(srcdir)/../../../chalkcolor/ \
	-I$(srcdir)/../../../ui \
	$(KOFFICE_INCLUDES) \
	$(all_includes)

kde_module_LTLIBRARIES = chalkcolorrange.la

chalkcolorrange_la_SOURCES = colorrange.cc dlg_colorrange.cc wdg_colorrange.ui
noinst_HEADERS = wdg_colorrange.h dlg_colorrange.h colorrange.h

chalkcolorrange_la_LIBADD = $(LIB_KOFFICEUI) ../../../libchalkcommon.la \
	../../../../chalk/chalkcolor/libchalkcolor.la \
	../../../../chalk/core/libchalkimage.la \
	../../../../chalk/ui/libchalkui.la
chalkcolorrange_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN) $(LIB_TQT) -ltdecore -ltdeui -lkjs -ltdefx -ltdeio -ltdeparts

chalkrcdir = $(kde_datadir)/chalkplugins
chalkrc_DATA = colorrange.rc
EXTRA_DIST = $(chalkrc_DATA)

kde_services_DATA = chalkcolorrange.desktop

chalkcolorrange_la_METASOURCES = AUTO

KDE_OPTIONS = nofinal