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.
28 lines
1.0 KiB
28 lines
1.0 KiB
# $Id$
|
|
|
|
SUBDIRS=
|
|
|
|
METASOURCES = AUTO
|
|
|
|
INCLUDES = -I$(top_srcdir)/korganizer/interfaces -I$(top_srcdir) \
|
|
-I$(top_srcdir)/libkcal/libical/src/libical -I$(top_srcdir)/libkcal/libical/src/libicalss \
|
|
-I$(top_builddir)/libkcal/libical/src/libical -I$(top_builddir)/libkcal/libical/src/libicalss \
|
|
$(all_includes)
|
|
|
|
# -I$(top_builddir)/libtdepim/resources -I$(top_builddir)/libtdepim/resources/calendar
|
|
|
|
noinst_LTLIBRARIES = libkpimexchangecore.la
|
|
|
|
libkpimexchangecore_la_SOURCES = exchangeclient.cpp exchangeaccount.cpp \
|
|
exchangedownload.cpp exchangeupload.cpp exchangedelete.cpp \
|
|
utils.cpp exchangeprogress.cpp exchangemonitor.cpp
|
|
|
|
#libkpimexchange_la_LDFLAGS = $(all_libraries) -no-undefined -version-info 1:0:0 -module
|
|
#libkpimexchange_la_LIBADD = $(LIB_TDEIO) $(top_builddir)/libkcal/libkcal.la
|
|
|
|
tdepimincludedir = $(includedir)/tdepim
|
|
tdepiminclude_HEADERS = exchangeclient.h exchangeaccount.h
|
|
|
|
noinst_HEADERS = exchangedownload.h exchangeupload.h exchangedelete.h exchangeprogress.h utils.h
|
|
|