summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKristian Høgsberg <krh@bitplanet.net>2014-03-07 16:02:19 -0800
committerKristian Høgsberg <krh@bitplanet.net>2014-03-07 16:02:19 -0800
commitbe75659ad1e2236e79a6622785954aeb7c33c86e (patch)
tree35671d3b83e9625be4c95aa345792492b277bcee
parent1e716d6fcfb1d5ea1eb649043b9f71f776e9350a (diff)
build: Include protocol/ so we pick up generated headers
-rw-r--r--Makefile.am6
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