From a270e6a90b8714c71a2fc71c7f2ac363d17769c0 Mon Sep 17 00:00:00 2001 From: Dmitry Eremin-Solenikov Date: Mon, 8 Dec 2014 02:21:22 +0300 Subject: tests/Makefile.am.tpl: remove generated files on distclean Add pidwraptest.txt to DISTCLEANFILES to let it be removed on distclean. Signed-off-by: Dmitry Eremin-Solenikov --- tests/Makefile.am.tpl | 1 + 1 file changed, 1 insertion(+) (limited to 'tests') diff --git a/tests/Makefile.am.tpl b/tests/Makefile.am.tpl index 6e10fdd..b2a4920 100644 --- a/tests/Makefile.am.tpl +++ b/tests/Makefile.am.tpl @@ -10,4 +10,5 @@ LDADD += $(top_builddir)/crypto/libcrypto.la TESTS = check_PROGRAMS = EXTRA_DIST = +DISTCLEANFILES = pidwraptest.txt -- cgit v1.2.3-55-g6feb