summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Baulig <martin@src.gnome.org>1998-08-19 18:02:21 +0000
committerMartin Baulig <martin@src.gnome.org>1998-08-19 18:02:21 +0000
commit3ca019d48a4a6c63bdd92e8b39ded86ffebc1b10 (patch)
tree225338dcd4f4b816814ca9b00b545d5dbc1c4309
parentd9aa90f16cba392bc4b6ce79bac1744a0b083840 (diff)
downloadyelp-GNOME_0_30_PATCHES.tar.gz
Added `-I$(top_srcdir)/intl -I$(top_builddir)/intl' to `INCLUDES'.PANTING_CHIMPANZEEGNOME_0_30GNOME_0_28_MARTINGNOME_0_30_PATCHES
-rw-r--r--src/info2html/Makefile.am2
-rw-r--r--src/man2html/Makefile.am2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/info2html/Makefile.am b/src/info2html/Makefile.am
index ad3bde1b..982f20d2 100644
--- a/src/info2html/Makefile.am
+++ b/src/info2html/Makefile.am
@@ -2,7 +2,7 @@
INCLUDES = \
-I$(includedir) \
- -I$(top_srcdir)/intl \
+ -I$(top_srcdir)/intl -I$(top_builddir)/intl \
$(GNOME_INCLUDEDIR)
LDADD = \
diff --git a/src/man2html/Makefile.am b/src/man2html/Makefile.am
index 3b598f41..98f3ff56 100644
--- a/src/man2html/Makefile.am
+++ b/src/man2html/Makefile.am
@@ -2,7 +2,7 @@
INCLUDES = \
-I$(includedir) \
- -I$(top_srcdir)/intl
+ -I$(top_srcdir)/intl -I$(top_builddir)/intl
LDADD = \