summaryrefslogtreecommitdiffstats
path: root/userspace/arptables/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'userspace/arptables/Makefile')
-rw-r--r--userspace/arptables/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/userspace/arptables/Makefile b/userspace/arptables/Makefile
index 31798bd..67f39b7 100644
--- a/userspace/arptables/Makefile
+++ b/userspace/arptables/Makefile
@@ -73,5 +73,7 @@ release:
include/linux/netfilter_arp/
install -m 0644 -o root -g root \
include/netfilter_arp.h include/linux/netfilter_arp.h
+ install -m 0644 -o root -g root \
+ include/arp_tables.h include/linux/netfilter_arp/arp_tables.h
make clean
cd ..;tar -c $(DIR) | gzip >$(DIR).tar.gz