diff options
| author | Kristian Høgsberg <krh@bitplanet.net> | 2014-03-07 16:02:19 -0800 |
|---|---|---|
| committer | Kristian Høgsberg <krh@bitplanet.net> | 2014-03-07 16:02:19 -0800 |
| commit | be75659ad1e2236e79a6622785954aeb7c33c86e (patch) | |
| tree | 35671d3b83e9625be4c95aa345792492b277bcee /Makefile.am | |
| parent | build: Generated protocol files live in protocol/ now (diff) | |
| download | wayland-be75659ad1e2236e79a6622785954aeb7c33c86e.tar wayland-be75659ad1e2236e79a6622785954aeb7c33c86e.tar.gz wayland-be75659ad1e2236e79a6622785954aeb7c33c86e.tar.bz2 wayland-be75659ad1e2236e79a6622785954aeb7c33c86e.tar.lz wayland-be75659ad1e2236e79a6622785954aeb7c33c86e.tar.xz wayland-be75659ad1e2236e79a6622785954aeb7c33c86e.tar.zst wayland-be75659ad1e2236e79a6622785954aeb7c33c86e.zip | |
build: Include protocol/ so we pick up generated headers
Diffstat (limited to 'Makefile.am')
| -rw-r--r-- | Makefile.am | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index ec8c6b5..8dabcf0 100644 --- a/Makefile.am +++ b/Makefile.am @@ -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 |
