ovsdb: optimize match_any_clause() condition evaluation
[cascardo/ovs.git] / Makefile.am
index 69dbe3d..be42921 100644 (file)
@@ -73,6 +73,7 @@ docs = \
        INSTALL.md \
        INSTALL.Debian.md \
        INSTALL.Docker.md \
+       INSTALL.DPDK-ADVANCED.md \
        INSTALL.DPDK.md \
        INSTALL.Fedora.md \
        INSTALL.KVM.md \
@@ -114,7 +115,8 @@ EXTRA_DIST = \
        build-aux/xml2nroff \
        $(MAN_FRAGMENTS) \
        $(MAN_ROOTS) \
-       Vagrantfile
+       Vagrantfile \
+       Vagrantfile-FreeBSD
 bin_PROGRAMS =
 sbin_PROGRAMS =
 bin_SCRIPTS =
@@ -251,7 +253,7 @@ config-h-check:
        @cd $(srcdir); \
        if test -e .git && (git --version) >/dev/null 2>&1 && \
           git --no-pager grep -L '#include <config\.h>' `git ls-files | grep '\.c$$' | \
-               grep -vE '^datapath|^lib/sflow|^third-party|^datapath-windows'`; \
+               grep -vE '^datapath|^lib/sflow|^third-party|^datapath-windows|^python'`; \
        then \
            echo "See above for list of violations of the rule that"; \
            echo "every C source file must #include <config.h>."; \