From 023367b6486262cf552add637f1a6c610b28e5fb Mon Sep 17 00:00:00 2001 From: Bertrand Guiheneuf Date: Tue, 21 Dec 1999 23:18:14 +0000 Subject: Work in progress. Missing files svn path=/trunk/; revision=1511 --- camel/providers/mbox/Makefile.am | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 camel/providers/mbox/Makefile.am (limited to 'camel/providers/mbox/Makefile.am') diff --git a/camel/providers/mbox/Makefile.am b/camel/providers/mbox/Makefile.am new file mode 100644 index 0000000000..b614a63036 --- /dev/null +++ b/camel/providers/mbox/Makefile.am @@ -0,0 +1,26 @@ +## Process this file with automake to produce Makefile.in + +SUBDIRS = + +libcamelmboxincludedir = $(includedir)/camel + + +lib_LTLIBRARIES = libcamelmbox.la + +INCLUDES = -I.. -I$(srcdir)/.. -I$(includedir) \ + -I$(top_srcdir)/intl \ + $(GTK_INCLUDEDIR) -I$(top_srcdir)/camel + +libcamelmbox_la_SOURCES = \ + camel-mbox-folder.c \ + camel-mbox-store.c + +libcamelmboxinclude_HEADERS = \ + camel-mbox-folder.h \ + camel-mbox-store.h + + +libcamelmbox_la_LDFLAGS = -version-info 0:0:0 -rpath $(libdir) + + +EXTRA_DIST = -- cgit v1.2.3