mirror of
git://git.code.sf.net/p/xtables-addons/xtables-addons
synced 2025-09-20 11:34:57 +02:00
Fixup compilation for kernels before 2.6.25
Signed-off-by: Jan Engelhardt <jengelh@computergmbh.de>
This commit is contained in:
@@ -6,7 +6,8 @@ abssrcdir = $(shell readlink -f ${srcdir})
|
||||
regular_CFLAGS := @regular_CFLAGS@
|
||||
xtables_CFLAGS := @xtables_CFLAGS@
|
||||
kinclude_CFLAGS := @kinclude_CFLAGS@
|
||||
AM_CFLAGS = ${regular_CFLAGS} ${xtables_CFLAGS} ${kinclude_CFLAGS} \
|
||||
AM_CFLAGS = ${regular_CFLAGS} -I ${top_srcdir}/include \
|
||||
${xtables_CFLAGS} ${kinclude_CFLAGS} \
|
||||
-D_INIT=$*_init
|
||||
AM_LDFLAGS = -module -avoid-version
|
||||
xtlib_LTLIBRARIES = \
|
||||
|
Reference in New Issue
Block a user