Home GnuPG
Diffusion GPGME ebefc6cbf937

tests: Do not use check-local magic as dependency

Description

tests: Do not use check-local magic as dependency

* tests/gpg/Makefile.am: Use BUILT_SOURCES instead of check-local
and initial.test.
* lang/qt/tests/Makefile.am: Ditto.

This fixes "make dist" failure when source tree is clean:

git clean -dxf
autoreconf -ivf
./configure
make dist

BUILT_SOURCES should be used when file as generated without explicit
dependency. The check-local is all-am dependency, this means that it
will be resolved also in "make dist".

  • Signed-off-by: Alon Bar-Lev <alon.barlev@gmail.com>

Details

Provenance
alonblAuthored on Apr 7 2017, 4:32 PM
justusCommitted on Apr 10 2017, 2:42 PM
Parents
rM365c649ad073: python: support .pydistutils.cfg mode
Branches
Unknown
Tags
Unknown