add linux/types.h to release
authorBart De Schuymer <bdschuym@pandora.be>
Sun, 17 Dec 2006 21:29:34 +0000 (21:29 +0000)
committerBart De Schuymer <bdschuym@pandora.be>
Sun, 17 Dec 2006 21:29:34 +0000 (21:29 +0000)
Makefile

index 4dc2d31..c203f7f 100644 (file)
--- a/Makefile
+++ b/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 \