summaryrefslogtreecommitdiffstats
path: root/krita/plugins/viewplugins/history_docker/Makefile.am
blob: 0432d54d2ec7506bb8d1b8f0b023f28807db98a8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#kde_services_DATA = kritahistorydocker.desktop

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

kritahistorydocker_la_SOURCES = historydocker.cc 

kde_module_LTLIBRARIES = kritahistorydocker.la
noinst_HEADERS = historydocker.h 

kritahistorydocker_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN)
kritahistorydocker_la_LIBADD =  ../../../libkritacommon.la

kritahistorydocker_la_METASOURCES = AUTO