Displaying 2 results from an estimated 2 matches for "test_layers_plugin_la_cppflag".
Did you mean:
test_layers_plugin_la_cppflags
2018 Aug 08
2
[PATCH nbdkit] tests: Include correct header files in layers test.
Can you see if this fixes the include problem?
Rich.
2018 Aug 08
0
[PATCH nbdkit] tests: Include correct header files in layers test.
...changed, 4 insertions(+)
diff --git a/tests/Makefile.am b/tests/Makefile.am
index 80b5c6d..86bef71 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -553,6 +553,7 @@ noinst_LTLIBRARIES += \
test_layers_plugin_la_SOURCES = \
test-layers-plugin.c \
$(top_srcdir)/include/nbdkit-plugin.h
+test_layers_plugin_la_CPPFLAGS = -I$(top_srcdir)/include
test_layers_plugin_la_CFLAGS = $(WARNINGS_CFLAGS)
# For use of the -rpath option, see:
# https://lists.gnu.org/archive/html/libtool/2007-07/msg00067.html
@@ -562,6 +563,7 @@ test_layers_plugin_la_LDFLAGS = \
test_layers_filter1_la_SOURCES = \
test-layers-filter.c \...