aboutsummaryrefslogtreecommitdiff
path: root/src/reclaim/Makefile.am
diff options
context:
space:
mode:
authorTristan Schwieren <tristan.schwieren@tum.de>2022-05-18 17:52:21 +0200
committerTristan Schwieren <tristan.schwieren@tum.de>2022-05-18 17:52:21 +0200
commit87e8f46b7d2eefe77c5ee43e554184b1c57a36e6 (patch)
tree2ffbcb798835b712d218649925e99da7c3227953 /src/reclaim/Makefile.am
parentdf8660ffec05d108d59de191ddc5114c4678a362 (diff)
downloadgnunet-87e8f46b7d2eefe77c5ee43e554184b1c57a36e6.tar.gz
gnunet-87e8f46b7d2eefe77c5ee43e554184b1c57a36e6.zip
- started DID refactor
Diffstat (limited to 'src/reclaim/Makefile.am')
-rw-r--r--src/reclaim/Makefile.am4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/reclaim/Makefile.am b/src/reclaim/Makefile.am
index 6b5934a2f..7b73f35f2 100644
--- a/src/reclaim/Makefile.am
+++ b/src/reclaim/Makefile.am
@@ -189,7 +189,9 @@ 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_helper.h \
194 did_helper.c
193gnunet_did_LDADD = \ 195gnunet_did_LDADD = \
194 $(top_builddir)/src/util/libgnunetutil.la \ 196 $(top_builddir)/src/util/libgnunetutil.la \
195 $(top_builddir)/src/gns/libgnunetgns.la \ 197 $(top_builddir)/src/gns/libgnunetgns.la \