]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
Fix location of libgnuintl.h, it is now generated from libgnuintl.h.in.
authorBruno Haible <bruno@clisp.org>
Mon, 31 Mar 2003 20:22:50 +0000 (20:22 +0000)
committerBruno Haible <bruno@clisp.org>
Tue, 23 Jun 2009 10:10:19 +0000 (12:10 +0200)
gettext-tools/tests/ChangeLog
gettext-tools/tests/Makefile.am

index aed7dc78dc2b95e75763970123d8894896b1e85f..0c9de705c389fec4901a35cb2f919462ff06d7fb 100644 (file)
@@ -3,6 +3,9 @@
        Native Woe32/MSVC support.
        * Makefile.msvc: New file.
        * Makefile.am (EXTRA_DIST): Add it.
+       (INCLUDES): Look for libgnuintl.h in
+       $(top_builddir)/../gettext-runtime/intl, not
+       $(top_srcdir)/../gettext-runtime/intl.
 
 2003-02-28  Bruno Haible  <bruno@clisp.org>
 
index 0a04e722b6202b6430cb28a3dd6af51b868f407e..0c6ed2273949eaa1e7ce2823489bdacb4b0f7580 100644 (file)
@@ -109,7 +109,7 @@ localedir = $(datadir)/locale
 INCLUDES = \
   -I.. \
   -I../lib -I$(top_srcdir)/lib \
-  -I$(top_srcdir)/../gettext-runtime/intl
+  -I$(top_builddir)/../gettext-runtime/intl
 DEFS = -DLOCALEDIR=\"$(localedir)\" @DEFS@
 LDADD = $(LDADD_@USE_INCLUDED_LIBINTL@)
 LDADD_yes = ../intl/libintl.la