diff options
author | nobody <nobody@localhost> | 2001-02-22 03:34:27 +0800 |
---|---|---|
committer | nobody <nobody@localhost> | 2001-02-22 03:34:27 +0800 |
commit | 9207094d8365c41ebe28a9a2bc7a435bfd8bacfa (patch) | |
tree | f1ea97702781d0b26bb97bd28213ed46368377b6 /camel/providers/smtp/Makefile.am | |
parent | 535fea211a9a35f5b04017124a71764daf926723 (diff) | |
download | gsoc2013-evolution-guikachu-0_1.tar gsoc2013-evolution-guikachu-0_1.tar.gz gsoc2013-evolution-guikachu-0_1.tar.bz2 gsoc2013-evolution-guikachu-0_1.tar.lz gsoc2013-evolution-guikachu-0_1.tar.xz gsoc2013-evolution-guikachu-0_1.tar.zst gsoc2013-evolution-guikachu-0_1.zip |
This commit was manufactured by cvs2svn to create tag 'guikachu-0_1'.guikachu-0_1
svn path=/tags/guikachu-0_1/; revision=8336
Diffstat (limited to 'camel/providers/smtp/Makefile.am')
-rw-r--r-- | camel/providers/smtp/Makefile.am | 33 |
1 files changed, 0 insertions, 33 deletions
diff --git a/camel/providers/smtp/Makefile.am b/camel/providers/smtp/Makefile.am deleted file mode 100644 index 734a4e5128..0000000000 --- a/camel/providers/smtp/Makefile.am +++ /dev/null @@ -1,33 +0,0 @@ -## Process this file with automake to produce Makefile.in - -libcamelsmtpincludedir = $(includedir)/camel - -providerdir = $(pkglibdir)/camel-providers/$(VERSION) - -provider_LTLIBRARIES = libcamelsmtp.la -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 \ - $(GTK_INCLUDEDIR) \ - -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 $(UNICODE_LIBS) - -EXTRA_DIST = libcamelsmtp.urls |