]> git.ipfire.org Git - thirdparty/xtables-addons.git/commit
libxt_ACCOUNT_cl: correct LDFLAGS variable name
authorJeremy Sowden <jeremy@azazel.net>
Sat, 14 Aug 2021 14:33:59 +0000 (16:33 +0200)
committerJan Engelhardt <jengelh@inai.de>
Sun, 15 Aug 2021 11:29:15 +0000 (13:29 +0200)
commit1abcd731c031c50b15682c0de55bb1915ab12983
treec6f7301772c706b3cc02b198b2be870dd096ffdf
parentaf10045c75895df81517f1e6fe562d4ed365577c
libxt_ACCOUNT_cl: correct LDFLAGS variable name

The LT library name is libxt_ACCOUNT_cl.la, so the variable should be
`libxt_ACCOUNT_cl_la_LDFLAGS`.

Fixes: 81ab0b9586e6 ("libxt_ACCOUNT_cl: drop padding holes from struct ipt_ACCOUNT_context")
Signed-off-by: Jeremy Sowden <jeremy@azazel.net>
extensions/ACCOUNT/Makefile.am