diff --git a/qa/coccinelle/Makefile.am b/qa/coccinelle/Makefile.am index 51e3790707..b5af7dffaa 100644 --- a/qa/coccinelle/Makefile.am +++ b/qa/coccinelle/Makefile.am @@ -1,4 +1,7 @@ +EXTRA_DIST= access-pkt-packet.cocci banned-functions.cocci direct-packet.cocci \ + pktnotset-packet.cocci run_check.sh + if HAVE_COCCINELLE check: - ./run_check.sh + $(top_srcdir)/qa/coccinelle/run_check.sh endif