diff options
author | Martin Baulig <martin@src.gnome.org> | 1998-08-19 18:02:21 +0000 |
---|---|---|
committer | Martin Baulig <martin@src.gnome.org> | 1998-08-19 18:02:21 +0000 |
commit | f1481c10b4b337716b4c35d43caff687628514be (patch) | |
tree | 4a87dc9d4a21066f3bff34fc2b2734c226afc662 | |
parent | c90c6ce4676b48befe4ed78761c6b21f0ba2b0a3 (diff) | |
download | nautilus-f1481c10b4b337716b4c35d43caff687628514be.tar.gz |
Added `-I$(top_srcdir)/intl -I$(top_builddir)/intl' to `INCLUDES'.PANTING_CHIMPANZEEGNOME_0_30GNOME_0_28_MARTIN
-rw-r--r-- | components/help/converters/gnome-info2html2/Makefile.am | 2 | ||||
-rw-r--r-- | components/help/converters/gnome-man2html2/Makefile.am | 2 |
2 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 ad3bde1b4..982f20d26 100644 --- a/components/help/converters/gnome-info2html2/Makefile.am +++ b/components/help/converters/gnome-info2html2/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/components/help/converters/gnome-man2html2/Makefile.am b/components/help/converters/gnome-man2html2/Makefile.am index 3b598f410..98f3ff561 100644 --- a/components/help/converters/gnome-man2html2/Makefile.am +++ b/components/help/converters/gnome-man2html2/Makefile.am @@ -2,7 +2,7 @@ INCLUDES = \ -I$(includedir) \ - -I$(top_srcdir)/intl + -I$(top_srcdir)/intl -I$(top_builddir)/intl LDADD = \ |