Compile examples via `make check' like libnftnl does. Use AM_CPPFLAGS to specify local headers via -I. Signed-off-by: Pablo Neira Ayuso <pablo@xxxxxxxxxxxxx> --- examples/Makefile.am | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/examples/Makefile.am b/examples/Makefile.am index c972170d3fdc..3b8b0b6708dc 100644 --- a/examples/Makefile.am +++ b/examples/Makefile.am @@ -1,4 +1,6 @@ -noinst_PROGRAMS = nft-buffer \ +check_PROGRAMS = nft-buffer \ nft-json-file +AM_CPPFLAGS = -I$(top_srcdir)/include + LDADD = $(top_builddir)/src/libnftables.la -- 2.30.2