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
783 B
27 lines
783 B
INCLUDES= -I$(top_srcdir)/libkmime \
|
|
-I$(srcdir)/.. $(SSL_INCLUDES) \
|
|
-I$(top_srcdir)/libemailfunctions \
|
|
$(all_includes)
|
|
|
|
####### Files
|
|
|
|
kde_module_LTLIBRARIES = kio_imap4.la
|
|
|
|
kio_imap4_la_SOURCES = imapcommand.cc imaplist.cc mailaddress.cc \
|
|
mimeheader.cc rfcdecoder.cc imap4.cc imapinfo.cc imapparser.cc mailheader.cc \
|
|
mimehdrline.cc mimeio.cc
|
|
kio_imap4_la_LIBADD = $(LIB_KIO) $(SASL2_LIBS) ../../libkmime/libkmime.la \
|
|
../../libemailfunctions/libemailfunctions.la
|
|
kio_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) *.cc -o $(podir)/kio_imap4.pot
|
|
|
|
include $(top_srcdir)/admin/Doxyfile.am
|