aboutsummaryrefslogtreecommitdiffstats
path: root/tests/migrations/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'tests/migrations/Makefile.am')
-rw-r--r--tests/migrations/Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/migrations/Makefile.am b/tests/migrations/Makefile.am
index 9c82d66ee..003b2a8d7 100644
--- a/tests/migrations/Makefile.am
+++ b/tests/migrations/Makefile.am
@@ -19,7 +19,8 @@
# Programs required before we can run these tests.
-required_pgms = ../../g10/gpg$(EXEEXT) ../../agent/gpg-agent$(EXEEXT)
+required_pgms = ../../g10/gpg$(EXEEXT) ../../agent/gpg-agent$(EXEEXT) \
+ ../../tools/gpgtar$(EXEEXT)
AM_CPPFLAGS = -I$(top_srcdir)/common
include $(top_srcdir)/am/cmacros.am