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.
29 lines
1.0 KiB
29 lines
1.0 KiB
15 years ago
|
METASOURCES = AUTO
|
||
|
|
||
12 years ago
|
INCLUDES = -I$(top_srcdir)/tderesources/scalix/shared \
|
||
13 years ago
|
-I$(top_srcdir) -I$(top_srcdir)/knotes -I$(top_builddir)/libtdepim $(all_includes)
|
||
15 years ago
|
|
||
|
# The scalix wizard links to this library too
|
||
|
lib_LTLIBRARIES = libknotesscalix.la
|
||
|
|
||
|
libknotesscalix_la_SOURCES = resourcescalix.cpp
|
||
|
libknotesscalix_la_LDFLAGS = $(all_libraries) -no-undefined
|
||
|
libknotesscalix_la_LIBADD = \
|
||
12 years ago
|
$(top_builddir)/tderesources/scalix/shared/libresourcescalixshared.la \
|
||
15 years ago
|
$(top_builddir)/knotes/libknotesresources.la \
|
||
|
$(top_builddir)/libkcal/libkcal.la \
|
||
12 years ago
|
-ltderesources -ltdeprint
|
||
15 years ago
|
|
||
|
kde_module_LTLIBRARIES = knotes_scalix.la
|
||
|
|
||
|
knotes_scalix_la_SOURCES = resourcescalix_plugin.cpp
|
||
|
knotes_scalix_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN) -no-undefined
|
||
|
knotes_scalix_la_LIBADD = libknotesscalix.la
|
||
|
|
||
12 years ago
|
servicedir = $(kde_servicesdir)/tderesources/knotes
|
||
15 years ago
|
service_DATA = scalix.desktop
|
||
|
|
||
|
install-data-local: $(srcdir)/../uninstall.desktop
|
||
|
$(mkinstalldirs) $(DESTDIR)$(servicedir)
|
||
|
$(INSTALL_DATA) $(srcdir)/../uninstall.desktop $(DESTDIR)$(servicedir)/scalix.desktop
|