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)/tderesources/lib $(all_includes)
|
|
|
|
noinst_HEADERS = resourcekolabbase.h kolabbase.h subresource.h
|
|
|
|
noinst_LTLIBRARIES = libresourcekolabshared.la
|
|
|
|
libresourcekolabshared_la_SOURCES = \
|
|
resourcekolabbase.cpp kmailconnection.cpp kolabbase.cpp \
|
|
subresource.cpp \
|
|
kmailconnection.skel kmailicalIface.stub
|
|
libresourcekolabshared_la_METASOURCES = AUTO
|
|
libresourcekolabshared_la_LIBADD = $(top_builddir)/libkcal/libkcal.la $(top_builddir)/libtdepim/libtdepim.la ../../lib/libkgroupwarebase.la
|
|
libresourcekolabshared_la_LDFLAGS = -no-undefined
|
|
|
|
kmailicalIface_DCOPIDLNG = true
|
|
|
|
kmailicalIface_DIR = $(top_srcdir)/kmail
|