]> git.ipfire.org Git - thirdparty/xtables-addons.git/commitdiff
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)
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

index e55a6b9bcbefc7f8297377d95c194d161cfcaeb0..65a956697b208fb634e9e9f3421241a50a72fad6 100644 (file)
@@ -9,6 +9,6 @@ sbin_PROGRAMS = iptaccount
 iptaccount_LDADD = libxt_ACCOUNT_cl.la
 
 lib_LTLIBRARIES = libxt_ACCOUNT_cl.la
-libxt_ACCOUNT_cl_LDFLAGS = -version-info 1:0:0
+libxt_ACCOUNT_cl_la_LDFLAGS = -version-info 1:0:0
 
 man_MANS = iptaccount.8