summaryrefslogtreecommitdiffstats
path: root/chalk/plugins/filters/bumpmap/Makefile.am
blob: a1d4754df22aa652b3583b6f47b2d8c64bb92657 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
kde_services_DATA = chalkbumpmapfilter.desktop

INCLUDES  = -I$(srcdir)/../../../sdk \
	 -I$(srcdir)/../../../core \
	-I$(srcdir)/../../../chalkcolor/ \
	-I$(srcdir)/../../../ui \
	-I$(srcdir)/../../../../lib/kofficecore \
	$(all_includes)

chalkbumpmap_la_SOURCES = bumpmap.cc wdgbumpmap.ui

kde_module_LTLIBRARIES = chalkbumpmap.la
noinst_HEADERS = bumpmap.h

chalkbumpmap_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN) $(LIB_QT) -ltdecore -ltdeui -lkjs -ltdefx -lkio -ltdeparts
chalkbumpmap_la_LIBADD =  ../../../libchalkcommon.la \
	../../../../chalk/chalkcolor/libchalkcolor.la \
	../../../../chalk/core/libchalkimage.la \
	../../../../chalk/ui/libchalkui.la

chalkbumpmap_la_METASOURCES = AUTO