From 79a377ddf20574b03d02f93fc85f542455b12744 Mon Sep 17 00:00:00 2001 From: Ettore Perazzoli Date: Sun, 27 Jan 2002 17:21:36 +0000 Subject: Final cleanup for the CFLAGS and LIBS in the Makefiles. svn path=/trunk/; revision=15486 --- filter/ChangeLog | 4 ++++ filter/Makefile.am | 7 ++----- 2 files changed, 6 insertions(+), 5 deletions(-) (limited to 'filter') diff --git a/filter/ChangeLog b/filter/ChangeLog index 7e008b8d71..081b517d6d 100644 --- a/filter/ChangeLog +++ b/filter/ChangeLog @@ -1,3 +1,7 @@ +2002-01-27 Ettore Perazzoli + + * Makefile.am: Use LIBFILTER_CFLAGS. + 2002-01-26 Mikael Hallendal * rule-editor.c (add_editor_clicked): check if re->edit != NULL diff --git a/filter/Makefile.am b/filter/Makefile.am index 17b150baa9..02499cd8d5 100644 --- a/filter/Makefile.am +++ b/filter/Makefile.am @@ -11,12 +11,9 @@ INCLUDES = \ -I $(top_srcdir)/camel/providers/mbox \ -I $(top_builddir)/shell \ -I $(GNOME_INCLUDEDIR) \ - $(GTKHTML_CFLAGS) \ - $(BONOBO_GNOME_CFLAGS) \ - $(EXTRA_GNOME_CFLAGS) \ -DFILTER_GLADEDIR=\"$(gladedir)\" \ - -DG_LOG_DOMAIN=\"filter\" -## + -DG_LOG_DOMAIN=\"filter\" \ + $(LIBFILTER_CFLAGS) noinst_LTLIBRARIES = \ libfilter.la -- cgit