X-Git-Url: http://git.cascardo.eti.br/?a=blobdiff_plain;f=Makefile.am;h=8cb8523b7ea23fb51463bc5225a4239345de9197;hb=refs%2Fheads%2Frtnetlink;hp=e882d682f082e30bc23dfbca0bef8269584b3bbe;hpb=e02b8fb02de5358bf86f06c4f3430a3bdfcc65f7;p=cascardo%2Fovs.git diff --git a/Makefile.am b/Makefile.am index e882d682f..8cb8523b7 100644 --- a/Makefile.am +++ b/Makefile.am @@ -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 ' `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 ."; \ @@ -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