From 3ca019d48a4a6c63bdd92e8b39ded86ffebc1b10 Mon Sep 17 00:00:00 2001 From: Martin Baulig Date: Wed, 19 Aug 1998 18:02:21 +0000 Subject: Added `-I$(top_srcdir)/intl -I$(top_builddir)/intl' to `INCLUDES'. --- src/info2html/Makefile.am | 2 +- src/man2html/Makefile.am | 2 +- 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 = \ -- cgit v1.2.1