From 808874396fc2e02fcdde1d1b735e5f27e868ae05 Mon Sep 17 00:00:00 2001 From: Ben Pfaff Date: Tue, 31 Mar 2009 17:12:13 -0700 Subject: [PATCH] Add forgotten header files, to fix "make dist". --- include/openflow/automake.mk | 1 + lib/automake.mk | 1 + vswitchd/automake.mk | 1 + 3 files changed, 3 insertions(+) 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 = \ -- 2.30.2