On Fri, Aug 25, 2023 at 01:27:37PM +0200, Thomas Haller wrote: [...] > +check_PROGRAMS += examples/nft-buffer > + > +examples_nft_buffer_AM_CPPFLAGS = -I$(srcdir)/include > +examples_nft_buffer_LDADD = src/libnftables.la > + > +check_PROGRAMS += examples/nft-json-file > + > +examples_nft_json_file_AM_CPPFLAGS = -I$(srcdir)/include > +examples_nft_json_file_LDADD = src/libnftables.la Does this replace or extend AM_CPPFLAGS/LDADD for the example programs? IOW, do the global AM_CPPFLAGS added in the previous patch leak into the example program compile calls or not? Cheers, Phil