diff options
author | Christian Grothoff <christian@grothoff.org> | 2020-03-13 19:13:36 +0100 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2020-03-13 19:13:36 +0100 |
commit | dc02821d8f7b5247b6b01bbd70e9a15a5ab87885 (patch) | |
tree | b2e9c3bde0cce6bdbb4f39de5acb80798cabbe6c /src/testing/Makefile.am | |
parent | e05ce36f301030feaa64c76bbfea24e34e05c496 (diff) |
fix regression introduced by addition of 'revoke' field
Diffstat (limited to 'src/testing/Makefile.am')
-rw-r--r-- | src/testing/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/testing/Makefile.am b/src/testing/Makefile.am index 73f9b9ec7..faad3f731 100644 --- a/src/testing/Makefile.am +++ b/src/testing/Makefile.am @@ -148,6 +148,7 @@ test_auditor_api_LDADD = \ test_auditor_api_version_SOURCES = \ test_auditor_api_version.c test_auditor_api_version_LDADD = \ + libtalertesting.la \ $(top_builddir)/src/lib/libtalerauditor.la \ $(LIBGCRYPT_LIBS) \ $(top_builddir)/src/util/libtalerutil.la \ |