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

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

chalkhistorydocker_la_SOURCES = historydocker.cpp 

kde_module_LTLIBRARIES = chalkhistorydocker.la
noinst_HEADERS = historydocker.h 

chalkhistorydocker_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN)
chalkhistorydocker_la_LIBADD =  ../../../libchalkcommon.la

chalkhistorydocker_la_METASOURCES = AUTO