claws-mail/src/etpan/Makefile.am

35 lines
655 B
Makefile
Raw Normal View History

2005-07-03 17:09:13 +02:00
PLUGINDIR = $(pkglibdir)/plugins/
2006-11-27 09:07:23 +01:00
noinst_LTLIBRARIES = libclawsetpan.la
2005-07-03 17:09:13 +02:00
2006-11-27 09:07:23 +01:00
libclawsetpan_la_SOURCES = \
2005-07-03 17:09:13 +02:00
etpan-thread-manager.c \
imap-thread.c \
2014-04-23 09:14:33 +02:00
nntp-thread.c \
etpan-ssl.c
2005-07-03 17:09:13 +02:00
2006-11-27 09:07:23 +01:00
clawsetpanincludedir = $(pkgincludedir)/etpan
clawsetpaninclude_HEADERS = \
2005-07-03 17:09:13 +02:00
etpan-thread-manager-types.h \
etpan-thread-manager.h \
etpan-errors.h \
imap-thread.h \
2014-04-23 09:14:33 +02:00
nntp-thread.h \
etpan-ssl.h
2005-07-03 17:09:13 +02:00
INCLUDES = \
2005-12-20 [colin] 1.9.100cvs97 * ABOUT-NLS * Makefile.am * autogen.sh * configure.ac * config/config.rpath * config/mkinstalldirs * m4/Makefile.am * m4/glibc2.m4 * m4/gnupg.m4 * m4/gpgme.m4 * m4/intmax.m4 * m4/longdouble.m4 * m4/longlong.m4 * m4/printf-posix.m4 * m4/signed.m4 * m4/size_max.m4 * m4/ulonglong.m4 * m4/wchar_t.m4 * m4/wint_t.m4 * m4/xsize.m4 * po/Makefile.in.in * po/Makevars * po/bg.po * po/ca.po * po/cs.po * po/de.po * po/el.po * po/en_GB.po * po/es.po * po/fi.po * po/fr.po * po/hr.po * po/hu.po * po/it.po * po/ja.po * po/ko.po * po/nb.po * po/nl.po * po/pl.po * po/pt_BR.po * po/ru.po * po/sk.po * po/sr.po * po/stamp-po * po/sv.po * po/zh_CN.po * po/zh_TW.po * src/Makefile.am * src/codeconv.c * src/compose.c * src/exporthtml.c * src/exportldif.c * src/folder.c * src/main.c * src/manual.c * src/mh.c * src/mimeview.c * src/send_message.c * src/common/Makefile.am * src/common/fnmatch.c * src/common/fnmatch.h * src/common/fnmatch_loop.c * src/common/nntp.c * src/common/plugin.c * src/common/smtp.c * src/common/socket.c * src/common/string_match.c * src/common/sylpheed.c * src/common/utils.c * src/common/utils.h * src/common/w32_dirent.c * src/common/w32_reg.c * src/common/w32_signal.c * src/common/w32_stat.c * src/common/w32_stdio.c * src/common/w32_stdlib.c * src/common/w32_string.c * src/common/w32_time.c * src/common/w32_unistd.c * src/common/w32_wait.c * src/common/w32lib.h * src/etpan/Makefile.am * src/gtk/Makefile.am * src/plugins/clamav/Makefile.am * src/plugins/demo/Makefile.am * src/plugins/dillo_viewer/Makefile.am * src/plugins/pgpcore/Makefile.am * src/plugins/pgpcore/passphrase.c * src/plugins/pgpcore/plugin.def * src/plugins/pgpcore/sgpgme.c * src/plugins/pgpcore/sylpheed.def * src/plugins/pgpcore/version.rc * src/plugins/pgpinline/Makefile.am * src/plugins/pgpinline/plugin.def * src/plugins/pgpinline/sylpheed.def * src/plugins/pgpinline/version.rc * src/plugins/pgpmime/Makefile.am * src/plugins/pgpmime/mypgpcore.def * src/plugins/pgpmime/plugin.def * src/plugins/pgpmime/sylpheed.def * src/plugins/pgpmime/version.rc * src/plugins/spamassassin/Makefile.am Very little ;-) patch from Werner Koch, providing infrastructure for cross-compiling to Win32
2005-12-20 18:43:40 +01:00
-I$(top_srcdir)/src \
-I$(top_srcdir)/src/common \
-I$(top_srcdir)/src/gtk
AM_CPPFLAGS = \
2005-07-03 17:09:13 +02:00
$(GTK_CFLAGS) \
$(LIBETPAN_CFLAGS) \
$(ENCHANT_CFLAGS)
2005-07-03 17:09:13 +02:00
2006-11-27 09:07:23 +01:00
libclawsetpan_la_LIBADD = \
../common/libclawscommon.la \
2005-07-03 17:09:13 +02:00
$(GTK_LIBS) \
$(LIBETPAN_LIBS) \
$(ENCHANT_LIBS)