diff options
author | nobody <nobody@localhost> | 2001-01-25 00:56:26 +0800 |
---|---|---|
committer | nobody <nobody@localhost> | 2001-01-25 00:56:26 +0800 |
commit | a310bf614d8148cf3b8044c2f126b7a3467e5bcd (patch) | |
tree | a11753d8c35a6241e3a6de25969aed4cdfb4ddff /camel/providers/sendmail/Makefile.am | |
parent | 93e1f0e581a8f48c5a4596f3325d4dbba5e222cc (diff) | |
download | gsoc2013-evolution-GAL_0_4_99_6.tar.gz gsoc2013-evolution-GAL_0_4_99_6.tar.zst gsoc2013-evolution-GAL_0_4_99_6.zip |
This commit was manufactured by cvs2svn to create tag 'GAL_0_4_99_6'.GAL_0_4_99_6
svn path=/tags/GAL_0_4_99_6/; revision=7784
Diffstat (limited to 'camel/providers/sendmail/Makefile.am')
-rw-r--r-- | camel/providers/sendmail/Makefile.am | 29 |
1 files changed, 0 insertions, 29 deletions
diff --git a/camel/providers/sendmail/Makefile.am b/camel/providers/sendmail/Makefile.am deleted file mode 100644 index 965f56afb8..0000000000 --- a/camel/providers/sendmail/Makefile.am +++ /dev/null @@ -1,29 +0,0 @@ -## Process this file with automake to produce Makefile.in - -libcamelsendmailincludedir = $(includedir)/camel - - -providerdir = $(pkglibdir)/camel-providers/$(VERSION) - -provider_LTLIBRARIES = libcamelsendmail.la -provider_DATA = libcamelsendmail.urls - -INCLUDES = \ - -I.. \ - -I$(srcdir)/.. \ - -I$(srcdir)/../../.. \ - -I$(includedir) \ - -I$(top_srcdir)/intl \ - $(GTK_INCLUDEDIR) -I$(top_srcdir)/camel \ - -DG_LOG_DOMAIN=\"camel-sendmail-provider\" - -libcamelsendmail_la_SOURCES = \ - camel-sendmail-provider.c \ - camel-sendmail-transport.c - -libcamelsendmailinclude_HEADERS = \ - camel-sendmail-transport.h - -libcamelsendmail_la_LDFLAGS = -version-info 0:0:0 - -EXTRA_DIST = libcamelsendmail.urls |