mirror of
https://gitlab.freedesktop.org/wayland/wayland.git
synced 2025-10-29 05:40:16 -04:00
build: Include protocol/ so we pick up generated headers
This commit is contained in:
parent
1e716d6fcf
commit
be75659ad1
1 changed files with 5 additions and 1 deletions
|
|
@ -177,7 +177,11 @@ fixed_benchmark_SOURCES = tests/fixed-benchmark.c
|
|||
os_wrappers_test_SOURCES = tests/os-wrappers-test.c
|
||||
os_wrappers_test_LDADD = libtest-runner.la
|
||||
|
||||
AM_CPPFLAGS = -I$(top_builddir)/src -I$(top_srcdir)/src
|
||||
AM_CPPFLAGS = \
|
||||
-I$(top_builddir)/src \
|
||||
-I$(top_srcdir)/src \
|
||||
-I$(top_builddir)/protocol
|
||||
|
||||
AM_CFLAGS = $(GCC_CFLAGS) $(FFI_CFLAGS)
|
||||
|
||||
exec_fd_leak_checker_SOURCES = tests/exec-fd-leak-checker.c
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue