diff options
author | Dmitry Eremin-Solenikov <dbaryshkov@gmail.com> | 2014-12-08 02:21:22 +0300 |
---|---|---|
committer | Brent Cook <bcook@openbsd.org> | 2014-12-07 18:07:53 -0600 |
commit | a270e6a90b8714c71a2fc71c7f2ac363d17769c0 (patch) | |
tree | 667b42a0894e116c6b3113e0367962be3616df20 /tests | |
parent | afcd515b99a4f9e61f48e92ed93710c45028a06c (diff) | |
download | portable-a270e6a90b8714c71a2fc71c7f2ac363d17769c0.tar.gz portable-a270e6a90b8714c71a2fc71c7f2ac363d17769c0.tar.bz2 portable-a270e6a90b8714c71a2fc71c7f2ac363d17769c0.zip |
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 <dbaryshkov@gmail.com>
Diffstat (limited to 'tests')
-rw-r--r-- | tests/Makefile.am.tpl | 1 |
1 files changed, 1 insertions, 0 deletions
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 | |||
10 | TESTS = | 10 | TESTS = |
11 | check_PROGRAMS = | 11 | check_PROGRAMS = |
12 | EXTRA_DIST = | 12 | EXTRA_DIST = |
13 | DISTCLEANFILES = pidwraptest.txt | ||
13 | 14 | ||