ovn-northd: Combine two NAT loops into one.
[cascardo/ovs.git] / Makefile.am
index bd9ee00..396a2e1 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 \
@@ -93,7 +94,6 @@ docs = \
        README-native-tunneling.md \
        REPORTING-BUGS.md \
        SECURITY.md \
-       TODO.md \
        WHY-OVS.md
 EXTRA_DIST = \
        $(docs) \
@@ -107,13 +107,15 @@ EXTRA_DIST = \
        boot.sh \
        build-aux/cccl \
        build-aux/cksum-schema-check \
+       build-aux/calculate-schema-cksum \
        build-aux/dist-docs \
        build-aux/sodepends.pl \
        build-aux/soexpand.pl \
        build-aux/xml2nroff \
        $(MAN_FRAGMENTS) \
        $(MAN_ROOTS) \
-       Vagrantfile
+       Vagrantfile \
+       Vagrantfile-FreeBSD
 bin_PROGRAMS =
 sbin_PROGRAMS =
 bin_SCRIPTS =
@@ -250,7 +252,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>."; \