dpif-netlink: add GENEVE creation support
[cascardo/ovs.git] / Makefile.am
index e882d68..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>."; \
@@ -370,6 +374,7 @@ flake8-check: $(FLAKE8_PYFILES)
                flake8 $^ --ignore=E121,E123,E125,E126,E127,E128,E129,E131,W503,F811,D,H ${FLAKE8_FLAGS}; then \
                touch $@; else exit 1; fi
 endif
+CLEANFILES += flake8-check
 
 include $(srcdir)/manpages.mk
 $(srcdir)/manpages.mk: $(MAN_ROOTS) build-aux/sodepends.pl
@@ -431,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