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
664 B
18 lines
664 B
INCLUDES = -I$(top_srcdir) -I$(top_srcdir)/kresources/lib $(all_includes)
|
|
|
|
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
|
|
libresourcescalixshared_la_LIBADD = $(top_builddir)/libkcal/libkcal.la $(top_builddir)/libkdepim/libkdepim.la ../../lib/libkgroupwaredav.la
|
|
libresourcescalixshared_la_LDFLAGS = -no-undefined
|
|
|
|
kmailicalIface_DCOPIDLNG = true
|
|
|
|
kmailicalIface_DIR = $(top_srcdir)/kmail
|