Add forgotten header files, to fix "make dist".
authorBen Pfaff <blp@nicira.com>
Wed, 1 Apr 2009 00:12:13 +0000 (17:12 -0700)
committerBen Pfaff <blp@nicira.com>
Wed, 1 Apr 2009 00:12:13 +0000 (17:12 -0700)
include/openflow/automake.mk
lib/automake.mk
vswitchd/automake.mk

index a69e6aa4473d8874b264918de6bd66568c70cea0..5fe485c993626f8d358adcfe28c77fef12f49d71 100644 (file)
@@ -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
index 244be16888f155abc949fb9088b871a396628fe0..68502afc965b70b9871ce2ab9ca8b05c48c9ab57 100644 (file)
@@ -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 \
index fa1e6eeaba8212ee8088663f5e32d3dbf4aa1df8..833fd0068fc3eed0b09bf45a8d181e724e95ec52 100644 (file)
@@ -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 = \