From d7f6b9326da19a32259ab62cfec81fc048724ad4 Mon Sep 17 00:00:00 2001 From: Eric Fischer Date: Tue, 6 Mar 2001 20:10:37 +0000 Subject: reviewed by: Christian Meyer 2001-03-06 Eric Fischer reviewed by: Christian Meyer (Bug 7315. Thanks to Christian Meyer for tracking down places where this needed to be fixed.) * components/help/converters/gnome-db2html2/Makefile.am: * components/help/converters/gnome-info2html2/Makefile.am: * cut-n-paste-code/widgets/e-paned/Makefile.am: * cut-n-paste-code/widgets/gimphwrapbox/Makefile.am: * cut-n-paste-code/widgets/nautilusclist/Makefile.am: * libnautilus-extensions/Makefile.am: In all of these, change GNOME_CFLAGS to GNOMEUI_CFLAGS so that they get the correct #include path for the GTK headers. --- src/info2html/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/info2html/Makefile.am b/src/info2html/Makefile.am index 65ede631..14056336 100644 --- a/src/info2html/Makefile.am +++ b/src/info2html/Makefile.am @@ -3,7 +3,7 @@ INCLUDES = \ -I$(includedir) \ -I$(top_srcdir)/intl -I$(top_builddir)/intl \ - $(GNOME_CFLAGS) + $(GNOMEUI_CFLAGS) LDADD = \ $(GNOME_LIBS) $(Z_LIBS) $(BZ_LIBS) -- cgit v1.2.1