summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2009-04-25 03:21:41 +0200
committerBruno Haible <bruno@clisp.org>2009-04-26 11:29:10 +0200
commit2f3e1f0a64c76649edbe6e90b2a3d0780115305e (patch)
tree97be9a9b4e94eb8b3e8740d0dd3a9e48e17fd32e
parent0553ade1dbf96a81a1990b0f368aaac2e77259ac (diff)
downloadlibunistring-2f3e1f0a64c76649edbe6e90b2a3d0780115305e.tar.gz
Make VPATH builds on Cygwin work.
-rw-r--r--ChangeLog5
-rw-r--r--lib/Makefile.am5
2 files changed, 9 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 3a64f40..45e1367 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
2009-04-24 Bruno Haible <bruno@clisp.org>
+ Make VPATH builds on Cygwin work.
+ * lib/Makefile.am (AM_CPPFLAGS): Add the essential -I options.
+
+2009-04-24 Bruno Haible <bruno@clisp.org>
+
* gnulib-m4/gnulib-cache.m4: Updated by gnulib-tool.
2009-04-24 Bruno Haible <bruno@clisp.org>
diff --git a/lib/Makefile.am b/lib/Makefile.am
index 5c0d8f8..4b709c6 100644
--- a/lib/Makefile.am
+++ b/lib/Makefile.am
@@ -44,7 +44,10 @@ nobase_include_HEADERS = \
noinst_HEADERS = \
unistring-notinline.h
-AM_CPPFLAGS = -DIN_LIBUNISTRING
+AM_CPPFLAGS = \
+ -I. -I$(srcdir) \
+ -I$(top_builddir) -I$(top_srcdir) \
+ -DIN_LIBUNISTRING
# Rules generated and collected by gnulib-tool.
include Makefile.gnulib