summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOwen Taylor <otaylor@src.gnome.org>1998-03-15 20:49:14 +0000
committerOwen Taylor <otaylor@src.gnome.org>1998-03-15 20:49:14 +0000
commit6a485cb3fbf7a6c17b480c68f4fa71eb9805f394 (patch)
tree4f777b10aecdc22e624c41e6fcdd1e72691ac62f
parent04dd3e2c77a289b2e12ad00c7ea0713d5b968d3c (diff)
downloadnautilus-6a485cb3fbf7a6c17b480c68f4fa71eb9805f394.tar.gz
gemvt: Use AM_PATH_GTK
help-browser/gnome-info2html: Find glib.h correctly
-rw-r--r--components/help/converters/gnome-info2html2/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/components/help/converters/gnome-info2html2/Makefile.am b/components/help/converters/gnome-info2html2/Makefile.am
index f29e8d1ce..ad3bde1b4 100644
--- a/components/help/converters/gnome-info2html2/Makefile.am
+++ b/components/help/converters/gnome-info2html2/Makefile.am
@@ -2,8 +2,8 @@
INCLUDES = \
-I$(includedir) \
- -I$(top_srcdir)/intl
-
+ -I$(top_srcdir)/intl \
+ $(GNOME_INCLUDEDIR)
LDADD = \
$(GNOME_LIBDIR) \