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 f97c1b2..b7c6723 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