diff options
author | Daniel Stone <daniel@fooishbar.org> | 2012-05-01 20:30:12 +0100 |
---|---|---|
committer | Kristian Høgsberg <krh@bitplanet.net> | 2012-05-02 16:01:04 -0400 |
commit | 0a828e098c83706357894c3433107db2b0d3aaa8 (patch) | |
tree | fe44812a1e13fd77ff1901cf506d4db1becbcda4 /tests | |
parent | 2753904edadbf3ff7b504f29931b8bfce7ad7a6f (diff) |
tests: Fix out-of-tree builds
Make sure we include any generated headers from src/ as well, like
wayland-version.h.
Signed-off-by: Daniel Stone <daniel@fooishbar.org>
Diffstat (limited to 'tests')
-rw-r--r-- | tests/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am index 7449545..767919e 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -27,7 +27,7 @@ os_wrappers_test_SOURCES = \ ../src/wayland-os.c \ $(test_runner_src) -AM_CFLAGS = $(GCC_CFLAGS) $(FFI_CFLAGS) +AM_CFLAGS = $(GCC_CFLAGS) $(FFI_CFLAGS) -I../src LDADD = $(top_builddir)/src/libwayland-util.la \ $(top_builddir)/src/libwayland-server.la \ -lrt -ldl $(FFI_LIBS) |