From a9309844945b699c7b5162eef47785e44789d2f1 Mon Sep 17 00:00:00 2001 From: Not Zed Date: Tue, 1 Aug 2000 12:46:05 +0000 Subject: Initial cut at mh provider. Well, it already does everything mbox does. 2000-08-01 Not Zed * providers/mh: New mh provider implementation. * providers/Makefile.am (SUBDIRS): Added mh provider. svn path=/trunk/; revision=4444 --- camel/providers/mh/Makefile.am | 39 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 39 insertions(+) create mode 100644 camel/providers/mh/Makefile.am (limited to 'camel/providers/mh/Makefile.am') diff --git a/camel/providers/mh/Makefile.am b/camel/providers/mh/Makefile.am new file mode 100644 index 0000000000..62f447171b --- /dev/null +++ b/camel/providers/mh/Makefile.am @@ -0,0 +1,39 @@ +## Process this file with automake to produce Makefile.in + +libcamelmhincludedir = $(includedir)/camel + + +providerdir = $(pkglibdir)/camel-providers/$(VERSION) + +provider_LTLIBRARIES = libcamelmh.la +provider_DATA = libcamelmh.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-mh-provider\" + +libcamelmh_la_SOURCES = \ + camel-mh-folder.c \ + camel-mh-provider.c \ + camel-mh-store.c \ + camel-mh-summary.c + +libcamelmhinclude_HEADERS = \ + camel-mh-folder.h \ + camel-mh-store.h \ + camel-mh-summary.h + +libcamelmh_la_LDFLAGS = -version-info 0:0:0 + +libcamelmh_la_LIBADD = $(top_builddir)/e-util/libeutil.la $(top_builddir)/libibex/libibex.la $(UNICODE_LIBS) +#libcamelmh_la_LIBADD = $(top_builddir)/libibex/libibex.la $(UNICODE_LIBS) + +EXTRA_DIST = libcamelmh.urls + -- cgit v1.2.3