X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=Makefile.am;h=5b9e0ac18e5a38a645de9459a8040d922a301071;hb=259e0b1ad1bfea762a76f0098deb8f8d8db1dfa3;hp=08aea0fc19e5143ff501fc4d03d5cfff1e60b0d0;hpb=6a3e30f3e728e4a9692e03514f061aa341d62ebf;p=sliver-openvswitch.git diff --git a/Makefile.am b/Makefile.am index 08aea0fc1..5b9e0ac18 100644 --- a/Makefile.am +++ b/Makefile.am @@ -202,7 +202,7 @@ ALL_LOCAL += check-assert-h-usage check-assert-h-usage: @if test -e $(srcdir)/.git && (git --version) >/dev/null 2>&1 && \ (cd $(srcdir) && git --no-pager grep -l -E '[<]assert.h[>]') | \ - $(EGREP) -v '^lib/(sflow_receiver|vlog|worker).c$$|^tests/'; \ + $(EGREP) -v '^lib/(sflow_receiver|vlog).c$$|^tests/'; \ then \ echo "Files listed above unexpectedly #include <""assert.h"">."; \ echo "Please use ovs_assert (from util.h) instead of assert."; \