From dff7aec3c3302c2191100ce22a8cf28959808c28 Mon Sep 17 00:00:00 2001 From: Ettore Perazzoli Date: Thu, 2 Mar 2000 00:08:15 +0000 Subject: Automakeize the `filter' directory. I wonder why we ever have non-Automake stuff in the repository at all. svn path=/trunk/; revision=2006 --- filter/Makefile.am | 41 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 41 insertions(+) create mode 100644 filter/Makefile.am (limited to 'filter/Makefile.am') diff --git a/filter/Makefile.am b/filter/Makefile.am new file mode 100644 index 0000000000..ba6632471a --- /dev/null +++ b/filter/Makefile.am @@ -0,0 +1,41 @@ +INCLUDES = \ + -I $(top_srcdir) \ + -I $(top_srcdir)/libibex \ + -I $(top_srcdir)/camel \ + -I $(top_srcdir)/e-util \ + -I $(top_srcdir)/camel/providers/mbox \ + -I $(GNOME_INCLUDEDIR) \ + -I $(GTKHTML_CFLAGS) + +## + +noinst_PROGRAMS = \ + filter-driver + +noinst_LTLIBRARIES = \ + libfilter.la + +## + +filter_driver_SOURCES = \ + filter-driver.c + +filter_driver_LDADD = \ + libfilter.la \ + ../camel/libcamel.la \ + ../e-util/libeutil.la \ + $(GNOME_LIBDIR) \ + $(GNOMEUI_LIBS) \ + $(INTLLIBS) \ + $(PTHREAD_LIB) \ + $(EXTRA_GNOME_LIBS) + +## + +libfilter_la_SOURCES = \ + filter-arg-types.c \ + filter-arg.c \ + filter-xml.c \ + filter-format.c \ + filter-druid.c \ + filter-editor.c -- cgit