mirror of
git://git.code.sf.net/p/xtables-addons/xtables-addons
synced 2025-09-06 04:35:12 +02:00

The LT library name is libxt_ACCOUNT_cl.la, so the variable should be
`libxt_ACCOUNT_cl_la_LDFLAGS`.
Fixes: 81ab0b9586
("libxt_ACCOUNT_cl: drop padding holes from struct ipt_ACCOUNT_context")
Signed-off-by: Jeremy Sowden <jeremy@azazel.net>
15 lines
349 B
Makefile
15 lines
349 B
Makefile
# -*- Makefile -*-
|
|
|
|
AM_CPPFLAGS = ${regular_CPPFLAGS} -I${abs_top_srcdir}/extensions
|
|
AM_CFLAGS = ${regular_CFLAGS} ${libxtables_CFLAGS}
|
|
|
|
include ../../Makefile.extra
|
|
|
|
sbin_PROGRAMS = iptaccount
|
|
iptaccount_LDADD = libxt_ACCOUNT_cl.la
|
|
|
|
lib_LTLIBRARIES = libxt_ACCOUNT_cl.la
|
|
libxt_ACCOUNT_cl_la_LDFLAGS = -version-info 1:0:0
|
|
|
|
man_MANS = iptaccount.8
|