]> git.ipfire.org Git - thirdparty/ulogd2.git/commit
build: use correct automake variable for library dependencies
authorJeremy Sowden <jeremy@azazel.net>
Sun, 14 Nov 2021 15:52:27 +0000 (15:52 +0000)
committerPablo Neira Ayuso <pablo@netfilter.org>
Mon, 15 Nov 2021 10:42:41 +0000 (11:42 +0100)
commit46a21c3f87f3ad8b0c9f94d45055233ddbf253ff
tree68b13bcf4f75b3624c166f3a4010d36526500205
parentcecffccacbafa663c74c9739af63edf897739d2b
build: use correct automake variable for library dependencies

A couple of library dependencies are specified in `_LDFLAGS` variables.
They are supposed to be specified in `_LIBADD` variables.  Move them.

Signed-off-by: Jeremy Sowden <jeremy@azazel.net>
Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
input/flow/Makefile.am
input/packet/Makefile.am