From 6cf00d6204f4356b771767d77f6787d9b1102c77 Mon Sep 17 00:00:00 2001 From: Eric Leblond Date: Mon, 11 Jan 2010 11:11:31 +0100 Subject: [PATCH] Fix typo in Makefile.am This patch fixes a typo in Makefile.am which was preventing 'make tags' from working. --- src/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Makefile.am b/src/Makefile.am index a451b52d9f..ad4daa5309 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -147,7 +147,7 @@ respond-reject.c respond-reject.h \ respond-reject-libnet11.h respond-reject-libnet11.c \ conf.c conf.h \ conf-yaml-loader.c conf-yaml-loader.h \ -counters.c counter.h \ +counters.c counters.h \ app-layer.c app-layer.h \ app-layer-detect-proto.c app-layer-detect-proto.h \ app-layer-parser.c app-layer-parser.h \