X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=Makefile.am;h=32e85d1e6246fa7aa2fe9576bedb365f6d0559c4;hb=69fc54f47bbc35e81bfe2e38e57f5dcfd9858df4;hp=4c58b93c6f5004cbb9994f03445aef1806d5ddb7;hpb=a12945b3b8cd4d483e5e8f2a1adb6576badf1d4d;p=sliver-openvswitch.git diff --git a/Makefile.am b/Makefile.am index 4c58b93c6..32e85d1e6 100644 --- a/Makefile.am +++ b/Makefile.am @@ -203,7 +203,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."; \