summaryrefslogtreecommitdiffstats
path: root/tderesources/exchange/Makefile.am
blob: a9fdf70a625f97aab90016abe5b16946722e1511 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
METASOURCES = AUTO

INCLUDES = -I$(top_srcdir)/korganizer/interfaces \
    -I$(top_srcdir)/interfaces \
    -I$(top_srcdir) \
    -I$(top_srcdir)/libkpimexchange/core -I$(top_builddir)/libkpimexchange/core \
    -I$(top_srcdir)/libical/src/libical -I$(top_srcdir)/libical/src/libicalss \
    -I$(top_builddir)/libical/src/libical -I$(top_builddir)/libical/src/libicalss \
    $(all_includes)

kde_module_LTLIBRARIES = resourcecalendarexchange.la 

resourcecalendarexchange_la_SOURCES = resourceexchange.cpp resourceexchangeconfig.cpp dateset.cpp
resourcecalendarexchange_la_LDFLAGS= $(all_libraries) -module $(KDE_PLUGIN)
resourcecalendarexchange_la_LIBADD= -ltderesources \
                                    $(top_builddir)/libkcal/libkcal.la \
                                    $(top_builddir)/libkpimexchange/libkpimexchange.la 

servicedir = $(kde_servicesdir)/tderesources/kcal
service_DATA= exchange.desktop

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