summaryrefslogtreecommitdiffstats
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorJeremy Sowden <jeremy@azazel.net>2021-09-25 16:10:34 +0100
committerPablo Neira Ayuso <pablo@netfilter.org>2021-09-27 10:32:51 +0200
commit47ed6355aa4416e56b16e0a95eae02c2b27647bf (patch)
tree17cc754219da24569b0dfdc6cfd9f4db2373cc2b /src/Makefile.am
parentfdf48fc81daa832735f00d588fcaa498c42c482a (diff)
build: clean yacc- and lex-generated files with maintainer-clean
Automake expects to distribute yacc- and lex-generated sources, so that the user doesn't need to regenerate them. Therefore, the appropriate target to clean them is `maintainer-clean`. Signed-off-by: Jeremy Sowden <jeremy@azazel.net> Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
Diffstat (limited to 'src/Makefile.am')
-rw-r--r--src/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index 75b16a7..85ea188 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -6,7 +6,7 @@ endif
AM_YFLAGS = -d
-CLEANFILES = read_config_yy.c read_config_lex.c
+MAINTAINERCLEANFILES = read_config_yy.c read_config_yy.h read_config_lex.c
sbin_PROGRAMS = conntrack conntrackd nfct