From: Ben Pfaff Date: Fri, 29 Oct 2010 17:33:03 +0000 (-0700) Subject: Fix "make dist" by adding include/openvswitch/types.h to the distribution. X-Git-Tag: v1.1.0~947 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=bd6258126dfe144b4cfe99aaa42ba970307a1b36;p=sliver-openvswitch.git Fix "make dist" by adding include/openvswitch/types.h to the distribution. --- diff --git a/include/openvswitch/automake.mk b/include/openvswitch/automake.mk index f97c1b27a..b7c6723a8 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