From 7227f9303252ecf8dad2320a6940d086054864ab Mon Sep 17 00:00:00 2001 From: Eric Leblond Date: Wed, 13 Apr 2011 12:26:14 +0200 Subject: [PATCH] Add coccinelle files This patch adds coccinelle related files to EXTRA_DIST. This fixes make distcheck. --- qa/coccinelle/Makefile.am | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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