X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=Makefile.am;h=878a1a9618e2715a8eeb507e5dd6072ea6161a6d;hb=5ca1ba484bd9ade5116a49cf241cb98219d7d696;hp=08cf395c08d5e5ad62e1f5b449cae5512830d7c0;hpb=9e4ba0085713535c8c75d2af00f77d3491f58de9;p=sliver-openvswitch.git diff --git a/Makefile.am b/Makefile.am index 08cf395c0..878a1a961 100644 --- a/Makefile.am +++ b/Makefile.am @@ -50,10 +50,10 @@ EXTRA_DIST = \ INSTALL.RHEL \ INSTALL.SSL \ INSTALL.XenServer \ - INSTALL.bridge \ INSTALL.userspace \ IntegrationGuide \ NOTICE \ + OPENFLOW-1.1+ \ PORTING \ README-gcov \ REPORTING-BUGS \ @@ -174,8 +174,8 @@ ALL_LOCAL += config-h-check config-h-check: @cd $(srcdir); \ if test -e .git && (git --version) >/dev/null 2>&1 && \ - git grep -L '#include ' `git ls-files | grep '\.c$$' | \ - grep -vE '^datapath|^lib/sflow'`; \ + git --no-pager grep -L '#include ' `git ls-files | grep '\.c$$' | \ + grep -vE '^datapath|^lib/sflow|^third-party'`; \ then \ echo "See above for list of violations of the rule that"; \ echo "every C source file must #include ."; \