diff options
author | nobody <nobody@localhost> | 2001-09-29 04:45:06 +0800 |
---|---|---|
committer | nobody <nobody@localhost> | 2001-09-29 04:45:06 +0800 |
commit | aa9f856b2f3775935a707185b1779ad0a1cfba19 (patch) | |
tree | 86496c73e4a6ae0d945ec7f01302cb3f66b29ec2 /camel/providers/imap/Makefile.am | |
parent | ec852ee1f995b3a7deccf6312130ff0f3531ae3b (diff) | |
download | gsoc2013-evolution-GAL_0_13.tar.gz gsoc2013-evolution-GAL_0_13.tar.zst gsoc2013-evolution-GAL_0_13.zip |
This commit was manufactured by cvs2svn to create tag 'GAL_0_13'.GAL_0_13
svn path=/tags/GAL_0_13/; revision=13228
Diffstat (limited to 'camel/providers/imap/Makefile.am')
-rw-r--r-- | camel/providers/imap/Makefile.am | 50 |
1 files changed, 0 insertions, 50 deletions
diff --git a/camel/providers/imap/Makefile.am b/camel/providers/imap/Makefile.am deleted file mode 100644 index 545c404174..0000000000 --- a/camel/providers/imap/Makefile.am +++ /dev/null @@ -1,50 +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) \ - $(GNOME_INCLUDEDIR) \ - $(GTK_INCLUDEDIR) \ - -DG_LOG_DOMAIN=\"camel-imap-provider\" - -libcamelimap_la_SOURCES = \ - camel-imap-command.c \ - camel-imap-folder.c \ - camel-imap-message-cache.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-message-cache.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 |