aboutsummaryrefslogtreecommitdiff
path: root/src/reclaim/Makefile.am
diff options
context:
space:
mode:
authorTristan Schwieren <tristan.schwieren@tum.de>2022-05-25 16:55:58 +0200
committerTristan Schwieren <tristan.schwieren@tum.de>2022-05-25 16:55:58 +0200
commit9df46666fb7bf75fc833b2aaa5fee99425be3a19 (patch)
tree8037308d949c62d6fd09e6c8fd4f7f7e450c6438 /src/reclaim/Makefile.am
parenta3af7211c33d6f54d3b72c37c1abe28dad89667f (diff)
downloadgnunet-9df46666fb7bf75fc833b2aaa5fee99425be3a19.tar.gz
gnunet-9df46666fb7bf75fc833b2aaa5fee99425be3a19.zip
- not working test
Diffstat (limited to 'src/reclaim/Makefile.am')
-rw-r--r--src/reclaim/Makefile.am6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/reclaim/Makefile.am b/src/reclaim/Makefile.am
index 912f4a92f..32631427b 100644
--- a/src/reclaim/Makefile.am
+++ b/src/reclaim/Makefile.am
@@ -209,7 +209,11 @@ test_w3c_ed25519_2020_LDADD = \
209test_did_helper_SOURCES = \ 209test_did_helper_SOURCES = \
210 test_did_helper.c 210 test_did_helper.c
211test_did_helper_LDADD = \ 211test_did_helper_LDADD = \
212 $(top_builddir)/src/util/libgnunetutil.la 212 $(top_builddir)/src/util/libgnunetutil.la \
213 $(top_builddir)/src/gns/libgnunetgns.la \
214 $(top_builddir)/src/gnsrecord/libgnunetgnsrecord.la \
215 $(top_builddir)/src/identity/libgnunetidentity.la \
216 $(top_builddir)/src/namestore/libgnunetnamestore.la
213 217
214check_SCRIPTS = \ 218check_SCRIPTS = \
215 test_reclaim_attribute.sh \ 219 test_reclaim_attribute.sh \