diff options
author | Philip Kovacs <phil@philkovacs.com> | 2011-11-21 08:10:03 +0100 |
---|---|---|
committer | Martin Sustrik <sustrik@250bpm.com> | 2011-11-21 08:10:03 +0100 |
commit | bf9062902c776c0c6029ef42c6ba0c7179bf0425 (patch) | |
tree | 59a20726d459102fe3048531cb305b7c687d9b4c /tests | |
parent | 5c1a91e33e552b136a0a72027ef27f41de95dcb8 (diff) |
Fix broken VPATH/parallel builds
Signed-off-by: Philip Kovacs <phil@philkovacs.com>
Diffstat (limited to 'tests')
-rw-r--r-- | tests/Makefile.am | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am index bbae270..fb0c6f8 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -1,4 +1,6 @@ -INCLUDES = -I$(top_builddir)/include +INCLUDES = -I$(top_builddir)/include \ + -I$(top_srcdir)/include + LDADD = $(top_builddir)/src/libzmq.la noinst_PROGRAMS = test_pair_inproc \ |