summaryrefslogtreecommitdiffstats
path: root/lib/Make_extra.am
Commit message (Collapse)AuthorAgeFilesLines
* Enable silent (kernel style) compile messagesJozsef Kadlecsik2012-05-101-8/+6
|
* Fix build failed on --disable-dependency-trackingNeutron Soutmun2012-05-101-5/+10
|
* Add configure summary for the ipset userspace toolJozsef Kadlecsik2012-05-101-3/+5
|
* Add dynamic module support to ipset userspace toolNeutron Soutmun2012-05-101-0/+96
The patch adds supporting dynamic modules for the set types to ipset userspace tool. The dynamic module support can be enabled by the --enable-settype-modules of "configure". The list of set types to be compiled as dynamic modules can be specified in the --with-settype-modules-list option. Example --enable-settype-modules \ --with-settype-modules-list="ipset_hash_ip ipset_hash_ipport" The keyword "all" can be used to compile all set types as dynamic modules.