From 644a279d3f3f7d29b13d876b16459d966943ba26 Mon Sep 17 00:00:00 2001 From: Ben Pfaff Date: Tue, 28 Apr 2009 10:37:37 -0700 Subject: [PATCH] Fix "make dist" by adding forgotten headers to the makefiles. --- datapath/linux-2.6/Modules.mk | 2 ++ vswitchd/automake.mk | 1 + 2 files changed, 3 insertions(+) diff --git a/datapath/linux-2.6/Modules.mk b/datapath/linux-2.6/Modules.mk index ad302a8d..c8af7580 100644 --- a/datapath/linux-2.6/Modules.mk +++ b/datapath/linux-2.6/Modules.mk @@ -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 \ diff --git a/vswitchd/automake.mk b/vswitchd/automake.mk index 86573a97..2bd8ac0e 100644 --- a/vswitchd/automake.mk +++ b/vswitchd/automake.mk @@ -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 \ -- 2.30.2