1
0
mirror of git://git.gnupg.org/gnupg.git synced 2024-06-02 22:38:02 +02:00

build: Fix distcheck.

* tests/gpgme/Makefile.am (CLEANFILES): New variable, clean test logs.

Signed-off-by: Justus Winter <justus@g10code.com>
This commit is contained in:
Justus Winter 2016-12-15 11:02:24 +01:00
parent 948cca9c99
commit 0e2055c7d3

View File

@ -53,6 +53,8 @@ xcheck:
EXTRA_DIST = gpgme-defs.scm run-tests.scm setup.scm wrap.scm EXTRA_DIST = gpgme-defs.scm run-tests.scm setup.scm wrap.scm
CLEANFILES = *.log
# We need to depend on a couple of programs so that the tests don't # We need to depend on a couple of programs so that the tests don't
# start before all programs are built. # start before all programs are built.
all-local: $(required_pgms) all-local: $(required_pgms)