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.
|
|
|
INCLUDES = -I$(top_srcdir) -I$(top_srcdir)/tderesources/groupwise/soap \
|
|
|
|
-I$(top_builddir)/libtdepim $(all_includes)
|
|
|
|
|
|
|
|
noinst_HEADERS = groupwise.h
|
|
|
|
|
|
|
|
METASOURCES = AUTO
|
|
|
|
|
|
|
|
kdelnkdir = $(kde_servicesdir)
|
|
|
|
kdelnk_DATA = groupwise.protocol groupwises.protocol
|
|
|
|
|
|
|
|
kde_module_LTLIBRARIES = tdeio_groupwise.la
|
|
|
|
|
|
|
|
tdeio_groupwise_la_SOURCES = groupwise.cpp
|
|
|
|
tdeio_groupwise_la_LIBADD = $(top_builddir)/libkcal/libkcal.la \
|
|
|
|
../soap/libgwsoap.la $(top_builddir)/libtdepim/libtdepim.la $(LIB_KIO)
|
|
|
|
tdeio_groupwise_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN)
|
|
|
|
|
|
|
|
messages: rc.cpp
|
|
|
|
$(XGETTEXT) *.cpp -o $(podir)/tdeio_groupwise.pot
|