Hi Jan,
On Wed, Feb 13, 2019 at 12:30:17AM +0100, Jan Engelhardt wrote:
> On Wednesday 2019-02-13 00:22, Phil Sutter wrote:
>
> > SUBDIRS = extensions src
> > DIST_SUBDIRS = include src extensions
> >-LIBS = @LIBNETFILTER_CONNTRACK_LIBS@
> >+LIBS = @LIBNETFILTER_CONNTRACK_LIBS@ @LIBTIRPC_LIBS@
>
> This should all use ${LIBNETFILTER_CONNTRACK_LIBS} ${LIBTIRPC_LIBS}.
> (You're writing Makefile.am, not Makefile.in, so using ${} is possible and
> much desired.)
Ah, thanks! Replicating broken code is obviously still easier than
thinking for oneself. I'll send a v2.
Thanks, Phil