diff options
author | nobody <nobody@localhost> | 2001-03-02 09:33:29 +0800 |
---|---|---|
committer | nobody <nobody@localhost> | 2001-03-02 09:33:29 +0800 |
commit | 1073986099f23399caeb47b52684b4ae2b1989e8 (patch) | |
tree | cda39502324bf50b451e5c7f58e5dee7c7476bad /camel/providers/imap/Makefile.am | |
parent | 50ef074887b43f43dad3edb120d9abf30092c681 (diff) | |
download | gsoc2013-evolution-1073986099f23399caeb47b52684b4ae2b1989e8.tar.gz gsoc2013-evolution-1073986099f23399caeb47b52684b4ae2b1989e8.tar.zst gsoc2013-evolution-1073986099f23399caeb47b52684b4ae2b1989e8.zip |
This commit was manufactured by cvs2svn to create tag 'guikachu-0_3'.guikachu-0_3
svn path=/tags/guikachu-0_3/; revision=8508
Diffstat (limited to 'camel/providers/imap/Makefile.am')
-rw-r--r-- | camel/providers/imap/Makefile.am | 52 |
1 files changed, 0 insertions, 52 deletions
diff --git a/camel/providers/imap/Makefile.am b/camel/providers/imap/Makefile.am deleted file mode 100644 index 39e160c879..0000000000 --- a/camel/providers/imap/Makefile.am +++ /dev/null @@ -1,52 +0,0 @@ -## Process this file with automake to produce Makefile.in - -libcamelimapincludedir = $(includedir)/camel - - -providerdir = $(pkglibdir)/camel-providers/$(VERSION) - -provider_LTLIBRARIES = libcamelimap.la -provider_DATA = libcamelimap.urls - -INCLUDES = -I.. \ - -I$(srcdir)/.. \ - -I$(top_srcdir)/camel \ - -I$(top_srcdir)/intl \ - -I$(top_srcdir)/libibex \ - -I$(top_srcdir)/e-util \ - -I$(top_srcdir) \ - -I$(includedir) \ - $(GTK_INCLUDEDIR) \ - -DG_LOG_DOMAIN=\"camel-imap-provider\" - -libcamelimap_la_SOURCES = \ - camel-imap-command.c \ - camel-imap-folder.c \ - camel-imap-provider.c \ - camel-imap-search.c \ - camel-imap-store.c \ - camel-imap-summary.c \ - camel-imap-utils.c \ - camel-imap-wrapper.c - -libcamelimapinclude_HEADERS = \ - camel-imap-command.h \ - camel-imap-folder.h \ - camel-imap-search.h \ - camel-imap-store.h \ - camel-imap-summary.h \ - camel-imap-types.h \ - camel-imap-utils.h \ - camel-imap-wrapper.h - -libcamelimap_la_LDFLAGS = -version-info 0:0:0 - -noinst_HEADERS = \ - camel-imap-private.h - -EXTRA_DIST = libcamelimap.urls - - - - - |