summaryrefslogtreecommitdiffstats
path: root/gnulib-local/modules
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2006-10-25 11:46:05 +0000
committerBruno Haible <bruno@clisp.org>2009-06-23 12:14:13 +0200
commit9e18f48708676d339490f4c8df06ce7f98e2f24f (patch)
treef5e1ace795e2a8f0681b5f4e5440b151a55ce128 /gnulib-local/modules
parent3fcb497bea9435efdd1f28cba346dbdfcc5868e1 (diff)
downloadexternal_gettext-9e18f48708676d339490f4c8df06ce7f98e2f24f.zip
external_gettext-9e18f48708676d339490f4c8df06ce7f98e2f24f.tar.gz
external_gettext-9e18f48708676d339490f4c8df06ce7f98e2f24f.tar.bz2
Fix -I options for VPATH builds on cygwin or mingw.
Diffstat (limited to 'gnulib-local/modules')
-rw-r--r--gnulib-local/modules/gettext-tools-misc2
1 files changed, 2 insertions, 0 deletions
diff --git a/gnulib-local/modules/gettext-tools-misc b/gnulib-local/modules/gettext-tools-misc
index dd66806..9dcd233 100644
--- a/gnulib-local/modules/gettext-tools-misc
+++ b/gnulib-local/modules/gettext-tools-misc
@@ -15,6 +15,8 @@ AUTOMAKE_OPTIONS += no-dependencies
# Hmm... is this still necessary?
AM_CPPFLAGS += -I$(top_builddir)/intl -I$(top_srcdir)/intl
+# Needed so that config.h and woe32dll/export.h are found.
+AM_CPPFLAGS += -I$(top_builddir) -I$(top_srcdir)
# Parametrization of the 'relocatable' module.
AM_CPPFLAGS += -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1