From 89a11f14e657169edfc86e2a798d0727ce1141c7 Mon Sep 17 00:00:00 2001 From: Ettore Perazzoli Date: Tue, 25 Apr 2000 18:03:03 +0000 Subject: Fix compilation by using `$(GTKHTML_CFLAGS)' instead of `-I $(GTKHTML_CFLAGS)'. svn path=/trunk/; revision=2606 --- filter/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'filter/Makefile.am') diff --git a/filter/Makefile.am b/filter/Makefile.am index bd4ee850eb..fe6fc61871 100644 --- a/filter/Makefile.am +++ b/filter/Makefile.am @@ -5,7 +5,7 @@ INCLUDES = \ -I $(top_srcdir)/e-util \ -I $(top_srcdir)/camel/providers/mbox \ -I $(GNOME_INCLUDEDIR) \ - -I $(GTKHTML_CFLAGS) + $(GTKHTML_CFLAGS) ## -- cgit v1.2.3