summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Rühsen <tim.ruehsen@gmx.de>2018-06-05 10:58:10 +0200
committerTim Rühsen <tim.ruehsen@gmx.de>2018-06-14 11:07:47 +0200
commit3f84af306b643316399fda1d653f74e7d24a5327 (patch)
treec4c069e2d4c03b652a03525b916ac65d05be2871
parent9018d86aca45a08f00d15067198e3949beec1a8a (diff)
downloadgnutls-3f84af306b643316399fda1d653f74e7d24a5327.tar.gz
Add DISTCLEANFILES to src/Makefile.am to fix 'make distcheck'
Signed-off-by: Tim Rühsen <tim.ruehsen@gmx.de>
-rw-r--r--src/Makefile.am5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index 0f7d9a2752..29afb2a86a 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -28,6 +28,11 @@ BUILT_SOURCES = srptool-args.c srptool-args.h \
tpmtool-args.c tpmtool-args.h systemkey-args.c systemkey-args.h \
mech-list.h
+DISTCLEANFILES =$(BUILT_SOURCES) \
+ certtool-args.stamp cli-debug-args.stamp cli-args.stamp tpmtool-args.stamp \
+ systemkey-args.stamp srptool-args.stamp ocsptool-args.stamp p11tool-args.stamp \
+ danetool-args.stamp serv-args.stamp psktool-args.stamp
+
EXTRA_DIST = args-std.def gen-mech-list.sh
AM_CFLAGS = $(WARN_CFLAGS) $(WERROR_CFLAGS)