dpif-netlink: add GENEVE creation support
[cascardo/ovs.git] / Makefile.am
index 1c6e8fb..8cb8523 100644 (file)
@@ -79,6 +79,7 @@ docs = \
        INSTALL.Libvirt.md \
        INSTALL.NetBSD.md \
        INSTALL.RHEL.md \
+       INSTALL.SELinux.md \
        INSTALL.SSL.md \
        INSTALL.XenServer.md \
        INSTALL.userspace.md \
@@ -98,12 +99,15 @@ EXTRA_DIST = \
        $(docs) \
        NOTICE \
        .travis.yml \
-       .travis/build.sh \
-       .travis/prepare.sh \
+       .travis/linux-build.sh \
+       .travis/linux-prepare.sh \
+       .travis/osx-build.sh \
+       .travis/osx-prepare.sh \
        appveyor.yml \
        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 \
@@ -247,7 +251,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>."; \
@@ -432,3 +436,4 @@ include datapath-windows/automake.mk
 include datapath-windows/include/automake.mk
 include windows/automake.mk
 include ovn/automake.mk
+include selinux/automake.mk