aboutsummaryrefslogtreecommitdiff
path: root/src/reclaim/Makefile.am
diff options
context:
space:
mode:
authorMartin Schanzenbach <schanzen@gnunet.org>2022-01-14 22:10:11 +0100
committerMartin Schanzenbach <schanzen@gnunet.org>2022-01-14 22:10:11 +0100
commitbe0fee19cd01821dcb67cf2bca633b4e2b711bbf (patch)
tree21cb338a7c0d9fce772790d81984fcfe611c4d16 /src/reclaim/Makefile.am
parentf2df460f3320dcd3eaba1caa9ee084673c7cfec7 (diff)
downloadgnunet-be0fee19cd01821dcb67cf2bca633b4e2b711bbf.tar.gz
gnunet-be0fee19cd01821dcb67cf2bca633b4e2b711bbf.zip
-fix
Diffstat (limited to 'src/reclaim/Makefile.am')
-rw-r--r--src/reclaim/Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/reclaim/Makefile.am b/src/reclaim/Makefile.am
index 6b5934a2f..a0150a3b9 100644
--- a/src/reclaim/Makefile.am
+++ b/src/reclaim/Makefile.am
@@ -189,7 +189,8 @@ test_reclaim_attribute_LDADD = \
189 $(GN_LIBINTL) 189 $(GN_LIBINTL)
190 190
191gnunet_did_SOURCES = \ 191gnunet_did_SOURCES = \
192 gnunet-did.c 192 gnunet-did.c \
193 did_misc.c
193gnunet_did_LDADD = \ 194gnunet_did_LDADD = \
194 $(top_builddir)/src/util/libgnunetutil.la \ 195 $(top_builddir)/src/util/libgnunetutil.la \
195 $(top_builddir)/src/gns/libgnunetgns.la \ 196 $(top_builddir)/src/gns/libgnunetgns.la \