mirror of
https://gitlab.freedesktop.org/wayland/wayland.git
synced 2025-10-31 22:25:25 -04:00
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>
This commit is contained in:
parent
2753904eda
commit
0a828e098c
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue