mirror of
git://git.code.sf.net/p/xtables-addons/xtables-addons
synced 2026-01-09 00:33:53 +01:00
ipset_iphash.c: In function "iphash_create_init": ipset_iphash.c:42: error: "IP_NF_SET_HASHSIZE" undeclared (first use in this function)
13 lines
247 B
Makefile
13 lines
247 B
Makefile
# -*- Makefile -*-
|
|
|
|
AM_CFLAGS = ${regular_CFLAGS} -DIPSET_LIB_DIR=\"${xtlibdir}\" \
|
|
-DIP_NF_SET_HASHSIZE=1024
|
|
|
|
include ../../Makefile.extra
|
|
|
|
sbin_PROGRAMS = ipset
|
|
ipset_LDADD = -ldl
|
|
ipset_LDFLAGS = -rdynamic
|
|
|
|
man_MANS = ipset.8
|