From be75659ad1e2236e79a6622785954aeb7c33c86e Mon Sep 17 00:00:00 2001 From: =?utf8?q?Kristian=20H=C3=B8gsberg?= Date: Fri, 7 Mar 2014 16:02:19 -0800 Subject: [PATCH] build: Include protocol/ so we pick up generated headers --- Makefile.am | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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 -- 2.7.4