summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBart De Schuymer <bdschuym@pandora.be>2006-12-17 21:29:34 +0000
committerBart De Schuymer <bdschuym@pandora.be>2006-12-17 21:29:34 +0000
commitae32a242f0955a4b16bd0262d35d30226cf60655 (patch)
tree272319314794ad6915573c6339a00a5efc8f7fe4
parent2300a130825bf0e7d1e0b47c2117941a012809a0 (diff)
add linux/types.h to release
-rw-r--r--userspace/ebtables2/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/userspace/ebtables2/Makefile b/userspace/ebtables2/Makefile
index 4dc2d31..c203f7f 100644
--- a/userspace/ebtables2/Makefile
+++ b/userspace/ebtables2/Makefile
@@ -215,6 +215,8 @@ release:
install -m 0644 -o root -g root \
$(KERNEL_INCLUDES)/linux/if_ether.h include/linux/
install -m 0644 -o root -g root \
+ $(KERNEL_INCLUDES)/linux/types.h include/linux/
+ install -m 0644 -o root -g root \
$(KERNEL_INCLUDES)/linux/netfilter_bridge/*.h \
include/linux/netfilter_bridge/
install -m 0644 -o root -g root \