summaryrefslogtreecommitdiffstats
path: root/kresources/remote/Makefile.am
blob: a2dfe4f6f75c3f71bd8bfcde586e0ec9838b6467 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
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)/kresources/kcal
service_DATA = remote.desktop

METASOURCES = AUTO

messages: rc.cpp
	$(XGETTEXT) *.cpp -o $(podir)/kres_remote.pot