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
commit4c64ecd1dd44e66cbcfbc81ab46ee4499b8e527f (patch)
tree84e0fd1228ecb13c7579447b07bbf6f4972e0d34
parentfe9b35c83c617cb15e441ad80051ba2c82d7e769 (diff)
downloadyelp-4c64ecd1dd44e66cbcfbc81ab46ee4499b8e527f.tar.gz
gemvt: Use AM_PATH_GTK
help-browser/gnome-info2html: Find glib.h correctly
-rw-r--r--src/info2html/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/info2html/Makefile.am b/src/info2html/Makefile.am
index f29e8d1c..ad3bde1b 100644
--- a/src/info2html/Makefile.am
+++ b/src/info2html/Makefile.am
@@ -2,8 +2,8 @@
INCLUDES = \
-I$(includedir) \
- -I$(top_srcdir)/intl
-
+ -I$(top_srcdir)/intl \
+ $(GNOME_INCLUDEDIR)
LDADD = \
$(GNOME_LIBDIR) \