From 8a078e8e0b5b71f3c7a1be60a50e7095f1052a11 Mon Sep 17 00:00:00 2001 From: Bertrand Guiheneuf Date: Sun, 18 Apr 1999 08:40:04 +0000 Subject: Initial revision svn path=/trunk/; revision=846 --- camel/Makefile.am | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 camel/Makefile.am (limited to 'camel/Makefile.am') diff --git a/camel/Makefile.am b/camel/Makefile.am new file mode 100644 index 0000000000..3f51452430 --- /dev/null +++ b/camel/Makefile.am @@ -0,0 +1,24 @@ +## Process this file with automake to produce Makefile.in + +SUBDIRS = + +libcamelincludedir = $(includedir)/camel + + +lib_LTLIBRARIES = libcamel.la + +INCLUDES = -I.. -I$(srcdir)/.. -I$(includedir) \ + -I$(top_srcdir)/intl \ + $(GTK_INCLUDEDIR) + +libcamel_la_SOURCES = \ + camel-folder.c + +libcamelinclude_HEADERS = \ + camel-folder.h + + +libcamel_la_LDFLAGS = -version-info 0:0:0 -rpath $(libdir) + + +EXTRA_DIST = README -- cgit