From bd6258126dfe144b4cfe99aaa42ba970307a1b36 Mon Sep 17 00:00:00 2001 From: Ben Pfaff Date: Fri, 29 Oct 2010 10:33:03 -0700 Subject: [PATCH] Fix "make dist" by adding include/openvswitch/types.h to the distribution. --- include/openvswitch/automake.mk | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/include/openvswitch/automake.mk b/include/openvswitch/automake.mk index f97c1b27..b7c6723a 100644 --- a/include/openvswitch/automake.mk +++ b/include/openvswitch/automake.mk @@ -1,5 +1,6 @@ noinst_HEADERS += \ include/openvswitch/brcompat-netlink.h \ include/openvswitch/datapath-protocol.h \ - include/openvswitch/tunnel.h + include/openvswitch/tunnel.h \ + include/openvswitch/types.h -- 2.30.2