summaryrefslogtreecommitdiffstats
path: root/lib/Makefile.am
diff options
context:
space:
mode:
authorJozsef Kadlecsik <kadlec@blackhole.kfki.hu>2014-09-15 17:36:06 +0200
committerJozsef Kadlecsik <kadlec@blackhole.kfki.hu>2014-09-15 17:36:06 +0200
commit4652cd11938b7ed2ad16cbb80698caa44b0e53bb (patch)
treed2a06db334d61caa0d0d27277ea817c8f1318a53 /lib/Makefile.am
parentc64649b0856e41b4aab7bdc67566b405da743839 (diff)
hash:mac type added to ipset
Diffstat (limited to 'lib/Makefile.am')
-rw-r--r--lib/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/Makefile.am b/lib/Makefile.am
index 053e855..36f60b0 100644
--- a/lib/Makefile.am
+++ b/lib/Makefile.am
@@ -14,6 +14,7 @@ IPSET_SETTYPE_LIST = \
ipset_hash_netportnet.c \
ipset_hash_netport.c \
ipset_hash_netiface.c \
+ ipset_hash_mac.c \
ipset_list_set.c
AM_CFLAGS += ${libmnl_CFLAGS}