mirror of
git://git.code.sf.net/p/xtables-addons/xtables-addons
synced 2025-09-22 20:44:57 +02:00
ipset: move ipset to ipset-4
This commit is contained in:
13
extensions/ipset-4/Makefile.am
Normal file
13
extensions/ipset-4/Makefile.am
Normal file
@@ -0,0 +1,13 @@
|
||||
# -*- Makefile -*-
|
||||
|
||||
AM_CPPFLAGS = ${regular_CPPFLAGS} -DIPSET_LIB_DIR=\"${xtlibdir}\" \
|
||||
-DIP_NF_SET_HASHSIZE=1024
|
||||
AM_CFLAGS = ${regular_CFLAGS}
|
||||
|
||||
include ../../Makefile.extra
|
||||
|
||||
sbin_PROGRAMS = ipset
|
||||
ipset_LDADD = -ldl
|
||||
ipset_LDFLAGS = -rdynamic
|
||||
|
||||
man_MANS = ipset.8
|
Reference in New Issue
Block a user