From: Ben Pfaff Date: Wed, 1 Apr 2009 00:12:13 +0000 (-0700) Subject: Add forgotten header files, to fix "make dist". X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=808874396fc2e02fcdde1d1b735e5f27e868ae05;p=openvswitch Add forgotten header files, to fix "make dist". --- diff --git a/include/openflow/automake.mk b/include/openflow/automake.mk index a69e6aa4..5fe485c9 100644 --- a/include/openflow/automake.mk +++ b/include/openflow/automake.mk @@ -1,6 +1,7 @@ noinst_HEADERS += \ include/openflow/brcompat-netlink.h \ include/openflow/datapath-protocol.h \ + include/openflow/openflow-mgmt.h \ include/openflow/nicira-ext.h \ include/openflow/openflow.h \ include/openflow/openflow-netlink.h diff --git a/lib/automake.mk b/lib/automake.mk index 244be168..68502afc 100644 --- a/lib/automake.mk +++ b/lib/automake.mk @@ -88,6 +88,7 @@ lib_libopenflow_a_SOURCES = \ lib/type-props.h \ lib/util.c \ lib/util.h \ + lib/valgrind.h \ lib/vconn-provider.h \ lib/vconn-ssl.h \ lib/vconn-stream.c \ diff --git a/vswitchd/automake.mk b/vswitchd/automake.mk index fa1e6eea..833fd006 100644 --- a/vswitchd/automake.mk +++ b/vswitchd/automake.mk @@ -12,6 +12,7 @@ vswitchd_vswitchd_SOURCES = \ vswitchd/mgmt.c \ vswitchd/mgmt.h \ vswitchd/vswitchd.c \ + vswitchd/vswitchd.h \ vswitchd/xenserver.c \ vswitchd/xenserver.h vswitchd_vswitchd_LDADD = \