datapath: Fix ODP_PORT_GROUP_GET implementation.
[openvswitch] / Makefile.am
index f8dfd16c1c4aa968777c5e1da9329d0e727aaf81..c23b670a5f1687bb6012117c22a86c07ce9cea05 100644 (file)
@@ -29,6 +29,7 @@ BUILT_SOURCES =
 CLEANFILES =
 DISTCLEANFILES =
 EXTRA_DIST = INSTALL.bridge \
+       INSTALL.KVM \
        INSTALL.Linux \
        INSTALL.userspace \
        INSTALL.OpenFlow \
@@ -69,6 +70,7 @@ SUFFIXES += .in
                 -e 's,[@]pkgdatadir[@],$(pkgdatadir),g' \
                 -e 's,[@]sysconfdir[@],$(sysconfdir),g' \
                 -e 's,[@]abs_top_srcdir[@],$(abs_top_srcdir),g' \
+                -e 's,[@]ovsdbmonitordir[@],$(ovsdbmonitordir),g' \
             > $@.tmp
        @if head -n 1 $@.tmp | grep -q '#!'; then \
            echo chmod +x $@.tmp; \