summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Fischer <eric@eazel.com>2001-03-06 20:05:33 +0000
committerEric Fischer <eric@src.gnome.org>2001-03-06 20:05:33 +0000
commitfd83675644a59924c9d04db8b21316ec2529f1e5 (patch)
tree228ab059d75210af56bd200464e55cfebc5b0d87
parent129753ccffb288a2de75d269dcef5fd2927e0b32 (diff)
downloadyelp-fd83675644a59924c9d04db8b21316ec2529f1e5.tar.gz
reviewed by: Christian Meyer <chrisime@gnome.org>
2001-03-06 Eric Fischer <eric@eazel.com> reviewed by: Christian Meyer <chrisime@gnome.org> (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.
-rw-r--r--src/info2html/Makefile.am2
1 files changed, 1 insertions, 1 deletions
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)