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.
18 lines
666 B
18 lines
666 B
12 years ago
|
INCLUDES = -I$(top_srcdir) -I$(top_srcdir)/tderesources/lib $(all_includes)
|
||
15 years ago
|
|
||
|
noinst_HEADERS = resourcescalixbase.h scalixbase.h subresource.h
|
||
|
|
||
|
noinst_LTLIBRARIES = libresourcescalixshared.la
|
||
|
|
||
|
libresourcescalixshared_la_SOURCES = \
|
||
|
resourcescalixbase.cpp kmailconnection.cpp scalixbase.cpp \
|
||
|
subresource.cpp \
|
||
|
kmailconnection.skel kmailicalIface.stub
|
||
|
libresourcescalixshared_la_METASOURCES = AUTO
|
||
13 years ago
|
libresourcescalixshared_la_LIBADD = $(top_builddir)/libkcal/libkcal.la $(top_builddir)/libtdepim/libtdepim.la ../../lib/libkgroupwaredav.la
|
||
15 years ago
|
libresourcescalixshared_la_LDFLAGS = -no-undefined
|
||
|
|
||
|
kmailicalIface_DCOPIDLNG = true
|
||
|
|
||
|
kmailicalIface_DIR = $(top_srcdir)/kmail
|