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
591 B
15 lines
591 B
INCLUDES = -I$(top_srcdir)/korganizer/interfaces -I$(top_srcdir)/korganizer/printing -I$(top_srcdir) $(all_includes)
|
|
|
|
kde_module_LTLIBRARIES = libkorg_yearlyprint.la
|
|
|
|
libkorg_yearlyprint_la_SOURCES =calprintyearconfig_base.ui yearprint.cpp
|
|
libkorg_yearlyprint_la_LDFLAGS = -module $(KDE_PLUGIN) $(KDE_RPATH) $(all_libraries)
|
|
libkorg_yearlyprint_la_LIBADD = $(LIB_TQT) $(LIB_TDECORE) $(LIB_TDEUI) $(LIB_TDEPRINT) $(top_builddir)/korganizer/printing/libkorg_stdprinting.la
|
|
|
|
noinst_HEADERS =
|
|
|
|
servicedir = $(kde_servicesdir)/korganizer
|
|
service_DATA = yearprint.desktop
|
|
|
|
METASOURCES = AUTO
|