Fix "make dist" by adding include/openvswitch/types.h to the distribution.
authorBen Pfaff <blp@nicira.com>
Fri, 29 Oct 2010 17:33:03 +0000 (10:33 -0700)
committerBen Pfaff <blp@nicira.com>
Fri, 29 Oct 2010 17:33:03 +0000 (10:33 -0700)
include/openvswitch/automake.mk

index f97c1b27a6d5ee297384414eb6c6aef3d640ba19..b7c6723a833eabcbd09d5ddda86491562d63bb18 100644 (file)
@@ -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