aboutsummaryrefslogtreecommitdiff
path: root/src/revocation/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'src/revocation/Makefile.am')
-rw-r--r--src/revocation/Makefile.am10
1 files changed, 9 insertions, 1 deletions
diff --git a/src/revocation/Makefile.am b/src/revocation/Makefile.am
index ae8231a3c..71f30aab2 100644
--- a/src/revocation/Makefile.am
+++ b/src/revocation/Makefile.am
@@ -50,6 +50,13 @@ gnunet_revocation_tvg_LDADD = \
50 $(top_builddir)/src/util/libgnunetutil.la \ 50 $(top_builddir)/src/util/libgnunetutil.la \
51 $(GN_LIBINTL) 51 $(GN_LIBINTL)
52 52
53test_revocation_lsd0001testvectors_SOURCES = \
54 test_revocation_testvectors.c
55test_revocation_lsd0001testvectors_LDADD = \
56 $(top_builddir)/src/testing/libgnunettesting.la \
57 $(top_builddir)/src/identity/libgnunetidentity.la \
58 libgnunetrevocation.la \
59 $(top_builddir)/src/util/libgnunetutil.la
53 60
54lib_LTLIBRARIES = libgnunetrevocation.la 61lib_LTLIBRARIES = libgnunetrevocation.la
55 62
@@ -92,7 +99,8 @@ test_revocation_LDADD = \
92 $(top_builddir)/src/testbed/libgnunettestbed.la 99 $(top_builddir)/src/testbed/libgnunettestbed.la
93 100
94check_PROGRAMS = \ 101check_PROGRAMS = \
95 test_revocation 102 test_revocation \
103 test_revocation_lsd0001testvectors
96 104
97check_SCRIPTS = \ 105check_SCRIPTS = \
98 test_local_revocation.py 106 test_local_revocation.py