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.
27 lines
991 B
27 lines
991 B
INCLUDES = -I$(top_srcdir) $(all_includes)
|
|
|
|
lib_LTLIBRARIES = libkcal_resourceremote.la
|
|
libkcal_resourceremote_la_LDFLAGS = $(all_libraries) -no-undefined \
|
|
-version-info 1:0:0
|
|
libkcal_resourceremote_la_LIBADD = $(top_builddir)/libkcal/libkcal.la \
|
|
$(top_builddir)/libtdepim/libtdepim.la
|
|
libkcal_resourceremote_la_SOURCES = resourceremote.cpp resourceremoteconfig.cpp
|
|
|
|
kde_module_LTLIBRARIES = kcal_remote.la
|
|
|
|
kcal_remote_la_SOURCES = resourceremote_plugin.cpp
|
|
kcal_remote_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN)
|
|
kcal_remote_la_LIBADD = libkcal_resourceremote.la \
|
|
$(top_builddir)/libtdepim/libtdepim.la
|
|
|
|
libkcalincludedir = $(includedir)/libkcal
|
|
libkcalinclude_HEADERS = resourceremoteconfig.h resourceremote.h
|
|
|
|
servicedir = $(kde_servicesdir)/tderesources/kcal
|
|
service_DATA = remote.desktop
|
|
|
|
METASOURCES = AUTO
|
|
|
|
messages: rc.cpp
|
|
$(XGETTEXT) *.cpp -o $(podir)/kres_remote.pot
|