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.
27 lines
807 B
27 lines
807 B
INCLUDES= -I$(top_srcdir)/libkmime \
|
|
-I$(srcdir)/.. $(SSL_INCLUDES) \
|
|
-I$(top_srcdir)/libemailfunctions \
|
|
$(all_includes)
|
|
|
|
####### Files
|
|
|
|
kde_module_LTLIBRARIES = tdeio_imap4.la
|
|
|
|
tdeio_imap4_la_SOURCES = imapcommand.cpp imaplist.cpp mailaddress.cpp \
|
|
mimeheader.cpp rfcdecoder.cpp imap4.cpp imapinfo.cpp imapparser.cpp mailheader.cpp \
|
|
mimehdrline.cpp mimeio.cpp
|
|
tdeio_imap4_la_LIBADD = $(LIB_TDEIO) $(SASL2_LIBS) ../../libkmime/libkmime.la \
|
|
../../libemailfunctions/libemailfunctions.la
|
|
tdeio_imap4_la_LDFLAGS = $(all_libraries) $(KDE_RPATH) -module $(KDE_PLUGIN)
|
|
|
|
noinst_HEADERS = imap4.h
|
|
EXTRA_DIST = README
|
|
|
|
kdelnk_DATA = imap4.protocol imaps.protocol
|
|
kdelnkdir = $(kde_servicesdir)
|
|
|
|
messages:
|
|
$(XGETTEXT) *.cpp -o $(podir)/tdeio_imap4.pot
|
|
|
|
include $(top_srcdir)/admin/Doxyfile.am
|