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.
15 lines
592 B
15 lines
592 B
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
|