diff options
author | nobody <nobody@localhost> | 2001-01-24 20:16:19 +0800 |
---|---|---|
committer | nobody <nobody@localhost> | 2001-01-24 20:16:19 +0800 |
commit | c7c47a4395581e5c9d1e6822bc88ebe320d72c3d (patch) | |
tree | d14a15d47e7d448085f459ad6645a440bc61e8e9 /camel/Makefile.am | |
parent | 50686ba8d9071b6c76df52c0d126e6d74163471e (diff) | |
download | gsoc2013-evolution-Release09pre3.tar gsoc2013-evolution-Release09pre3.tar.gz gsoc2013-evolution-Release09pre3.tar.bz2 gsoc2013-evolution-Release09pre3.tar.lz gsoc2013-evolution-Release09pre3.tar.xz gsoc2013-evolution-Release09pre3.tar.zst gsoc2013-evolution-Release09pre3.zip |
This commit was manufactured by cvs2svn to create tagRelease09pre3
'Release09pre3'.
svn path=/tags/Release09pre3/; revision=7779
Diffstat (limited to 'camel/Makefile.am')
-rw-r--r-- | camel/Makefile.am | 152 |
1 files changed, 0 insertions, 152 deletions
diff --git a/camel/Makefile.am b/camel/Makefile.am deleted file mode 100644 index 8564db65d5..0000000000 --- a/camel/Makefile.am +++ /dev/null @@ -1,152 +0,0 @@ -## Process this file with automake to produce Makefile.in - -SUBDIRS = providers tests - -libcamelincludedir = $(includedir)/camel -providerdir = $(libdir)/evolution/camel-providers/$(VERSION) - -lib_LTLIBRARIES = libcamel.la - -INCLUDES = -I.. -I$(srcdir)/.. -I$(includedir) \ - -I$(top_srcdir)/intl \ - -I$(top_srcdir)/e-util \ - $(GLIB_CFLAGS) \ - $(UNICODE_CFLAGS) \ - -DCAMEL_PROVIDERDIR=\""$(providerdir)"\" \ - -DG_LOG_DOMAIN=\"camel\" - -libcamel_la_SOURCES = \ - broken-date-parser.c \ - camel-address.c \ - camel-data-wrapper.c \ - camel-exception.c \ - camel-filter-driver.c \ - camel-filter-search.c \ - camel-folder-search.c \ - camel-folder-summary.c \ - camel-folder-thread.c \ - camel-folder.c \ - camel-internet-address.c \ - camel-lock.c \ - camel-medium.c \ - camel-mime-filter-bestenc.c \ - camel-mime-filter-basic.c \ - camel-mime-filter-charset.c \ - camel-mime-filter-crlf.c \ - camel-mime-filter-from.c \ - camel-mime-filter-index.c \ - camel-mime-filter-linewrap.c \ - camel-mime-filter-save.c \ - camel-mime-filter.c \ - camel-mime-message.c \ - camel-mime-parser.c \ - camel-mime-part-utils.c \ - camel-mime-part.c \ - camel-mime-utils.c \ - camel-movemail.c \ - camel-multipart.c \ - camel-object.c \ - camel-provider.c \ - camel-remote-store.c \ - camel-seekable-stream.c \ - camel-seekable-substream.c \ - camel-service.c \ - camel-session.c \ - camel-store.c \ - camel-stream-buffer.c \ - camel-stream-filter.c \ - camel-stream-fs.c \ - camel-stream-mem.c \ - camel-stream-null.c \ - camel-stream.c \ - camel-transport.c \ - camel-uid-cache.c \ - camel-url.c \ - camel-charset-map.c \ - camel.c \ - gstring-util.c \ - hash-table-utils.c \ - string-utils.c - -libcamelinclude_HEADERS = \ - broken-date-parser.h \ - camel-address.h \ - camel-charset-map.h \ - camel-data-wrapper.h \ - camel-exception-list.def \ - camel-exception.h \ - camel-filter-driver.h \ - camel-filter-search.h \ - camel-folder-search.h \ - camel-folder-summary.h \ - camel-folder-thread.h \ - camel-folder.h \ - camel-internet-address.h \ - camel-lock.h \ - camel-medium.h \ - camel-mime-filter-bestenc.h \ - camel-mime-filter-basic.h \ - camel-mime-filter-charset.h \ - camel-mime-filter-crlf.h \ - camel-mime-filter-from.h \ - camel-mime-filter-index.h \ - camel-mime-filter-linewrap.h \ - camel-mime-filter-save.h \ - camel-mime-filter.h \ - camel-mime-message.h \ - camel-mime-parser.h \ - camel-mime-part-utils.h \ - camel-mime-part.h \ - camel-mime-utils.h \ - camel-movemail.h \ - camel-multipart.h \ - camel-object.h \ - camel-provider.h \ - camel-remote-store.h \ - camel-seekable-stream.h \ - camel-seekable-substream.h \ - camel-service.h \ - camel-session.h \ - camel-store.h \ - camel-stream-buffer.h \ - camel-stream-filter.h \ - camel-stream-fs.h \ - camel-stream-mem.h \ - camel-stream-null.h \ - camel-stream.h \ - camel-transport.h \ - camel-types.h \ - camel-uid-cache.h \ - camel-url.h \ - camel.h \ - gstring-util.h \ - hash-table-utils.h \ - string-utils.h - -libcamel_la_LDFLAGS = -version-info 0:0:0 -rpath $(libdir) - -libcamel_la_LIBADD = $(top_builddir)/e-util/libeutil.la $(UNICODE_LIBS) - - -noinst_HEADERS = \ - camel-charset-map-private.h \ - camel-private.h - -EXTRA_DIST = \ - README - -#noinst_PROGRAMS = \ -# camel-mime-filter-from -# -#camel_mime_filter_from_SOURCES = \ -# camel-mime-filter-from.c -# -#camel_mime_filter_from_LDADD = \ -# ../camel/libcamel.la \ -# ../e-util/libeutil.la \ -# ../libibex/libibex.la \ -# $(GNOME_LIBDIR) \ -# $(GNOMEUI_LIBS) \ -# $(INTLLIBS) \ -# $(PTHREAD_LIB) \ -# $(EXTRA_GNOME_LIBS) |