blob: c0ca7fcd3e8be22fcaf2746dc53272062956619a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
INCLUDES = -I$(top_srcdir)/korganizer/interfaces -I$(top_srcdir)/korganizer/printing -I$(top_srcdir) $(all_includes)
kde_module_LTLIBRARIES = libkorg_whatsnextprint.la
libkorg_whatsnextprint_la_SOURCES = calprintwhatsnextconfig_base.ui whatsnextprint.cpp
libkorg_whatsnextprint_la_LDFLAGS = -module $(KDE_PLUGIN) $(KDE_RPATH) $(all_libraries)
libkorg_whatsnextprint_la_LIBADD = $(LIB_TDECORE) $(LIB_TDEUI) $(top_builddir)/korganizer/printing/libkorg_stdprinting.la
noinst_HEADERS =
servicedir = $(kde_servicesdir)/korganizer
service_DATA = whatsnextprint.desktop
METASOURCES = AUTO
|