diff options
author | nobody <nobody@localhost> | 2002-02-11 05:10:16 +0800 |
---|---|---|
committer | nobody <nobody@localhost> | 2002-02-11 05:10:16 +0800 |
commit | db91a3de855c9881d38bab02c73db160059b7d76 (patch) | |
tree | 2c681b46c6ec4a4ab7326e55b588d9758e0dd363 /camel/providers/smtp/Makefile.am | |
parent | cfc4826ef837954667ec18d9df72786e73ff1e25 (diff) | |
download | gsoc2013-evolution-PROCMAN_1_1_5.tar.gz gsoc2013-evolution-PROCMAN_1_1_5.tar.zst gsoc2013-evolution-PROCMAN_1_1_5.zip |
This commit was manufactured by cvs2svn to create tagPROCMAN_1_1_5
'PROCMAN_1_1_5'.
svn path=/tags/PROCMAN_1_1_5/; revision=15667
Diffstat (limited to 'camel/providers/smtp/Makefile.am')
-rw-r--r-- | camel/providers/smtp/Makefile.am | 36 |
1 files changed, 0 insertions, 36 deletions
diff --git a/camel/providers/smtp/Makefile.am b/camel/providers/smtp/Makefile.am deleted file mode 100644 index 8bc666f1aa..0000000000 --- a/camel/providers/smtp/Makefile.am +++ /dev/null @@ -1,36 +0,0 @@ -## Process this file with automake to produce Makefile.in - -libcamelsmtpincludedir = $(includedir)/camel - -camel_provider_LTLIBRARIES = libcamelsmtp.la -camel_provider_DATA = libcamelsmtp.urls - -INCLUDES = \ - -I.. \ - -I$(srcdir)/.. \ - -I$(srcdir)/../../.. \ - -I$(includedir) \ - -I$(top_srcdir)/intl \ - -I$(top_srcdir)/camel \ - -I$(top_srcdir)/e-util \ - $(CAMEL_CFLAGS) \ - $(GNOME_INCLUDEDIR) \ - $(GTK_INCLUDEDIR) \ - $(NSPR_CFLAGS) \ - $(NSS_CFLAGS) \ - $(OPENSSL_CFLAGS) \ - -DG_LOG_DOMAIN=\"camel-smtp-provider\" - -libcamelsmtp_la_SOURCES = \ - camel-smtp-provider.c \ - camel-smtp-transport.c - -libcamelsmtpinclude_HEADERS = \ - camel-smtp-transport.h - - -libcamelsmtp_la_LDFLAGS = -version-info 0:0:0 - -libcamelsmtp_la_LIBADD = $(top_builddir)/e-util/libeutil.la - -EXTRA_DIST = libcamelsmtp.urls |