Fix "make dist" by adding forgotten headers to the makefiles.
authorBen Pfaff <blp@nicira.com>
Tue, 28 Apr 2009 17:37:37 +0000 (10:37 -0700)
committerBen Pfaff <blp@nicira.com>
Tue, 28 Apr 2009 17:37:37 +0000 (10:37 -0700)
datapath/linux-2.6/Modules.mk
vswitchd/automake.mk

index ad302a8d90d9f0c8c7a3a2013adaf2336c5c7707..c8af7580813bab847264dc54bd245506e88893d4 100644 (file)
@@ -5,6 +5,7 @@ openflow_headers += \
        linux-2.6/compat-2.6/compat26.h \
        linux-2.6/compat-2.6/include/asm-generic/bug.h \
        linux-2.6/compat-2.6/include/linux/dmi.h \
+       linux-2.6/compat-2.6/include/linux/err.h \
        linux-2.6/compat-2.6/include/linux/icmp.h \
        linux-2.6/compat-2.6/include/linux/if_arp.h \
        linux-2.6/compat-2.6/include/linux/ip.h \
@@ -15,6 +16,7 @@ openflow_headers += \
        linux-2.6/compat-2.6/include/linux/lockdep.h \
        linux-2.6/compat-2.6/include/linux/mutex.h \
        linux-2.6/compat-2.6/include/linux/netdevice.h \
+       linux-2.6/compat-2.6/include/linux/netfilter_bridge.h \
        linux-2.6/compat-2.6/include/linux/netfilter_ipv4.h \
        linux-2.6/compat-2.6/include/linux/netlink.h \
        linux-2.6/compat-2.6/include/linux/percpu.h \
index 86573a974411329cfb25365f990f0bb05722e2b0..2bd8ac0e51f2d0ccf01149e46ef518dfe15cbc6b 100644 (file)
@@ -14,6 +14,7 @@ vswitchd_vswitchd_SOURCES = \
        vswitchd/port.c \
        vswitchd/port.h \
        vswitchd/proc-net-compat.c \
+       vswitchd/proc-net-compat.h \
        vswitchd/vswitchd.c \
        vswitchd/vswitchd.h \
        vswitchd/xenserver.c \