You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
19 lines
526 B
19 lines
526 B
#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.cc
|
|
|
|
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
|