summaryrefslogtreecommitdiff
path: root/lib
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 /lib
parent0553ade1dbf96a81a1990b0f368aaac2e77259ac (diff)
downloadlibunistring-2f3e1f0a64c76649edbe6e90b2a3d0780115305e.tar.gz
Make VPATH builds on Cygwin work.
Diffstat (limited to 'lib')
-rw-r--r--lib/Makefile.am5
1 files changed, 4 insertions, 1 deletions
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