aboutsummaryrefslogtreecommitdiff
path: root/src/reclaim
diff options
context:
space:
mode:
authorMartin Schanzenbach <mschanzenbach@posteo.de>2020-10-15 17:10:16 +0200
committerMartin Schanzenbach <mschanzenbach@posteo.de>2020-10-15 17:10:16 +0200
commite57ffbb53604b5a9606301589c0644a2b1383467 (patch)
tree602bbe1927eb809bb4cf1eb0a948fe48e054b9df /src/reclaim
parent0b868e28d1f305ea2c321ab50b0974d391632110 (diff)
downloadgnunet-e57ffbb53604b5a9606301589c0644a2b1383467.tar.gz
gnunet-e57ffbb53604b5a9606301589c0644a2b1383467.zip
-fix
Diffstat (limited to 'src/reclaim')
-rw-r--r--src/reclaim/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/reclaim/Makefile.am b/src/reclaim/Makefile.am
index a58127abf..9463f19d9 100644
--- a/src/reclaim/Makefile.am
+++ b/src/reclaim/Makefile.am
@@ -103,6 +103,7 @@ gnunet_service_reclaim_SOURCES = \
103 gnunet-service-reclaim_tickets.h 103 gnunet-service-reclaim_tickets.h
104gnunet_service_reclaim_LDADD = \ 104gnunet_service_reclaim_LDADD = \
105 $(top_builddir)/src/gnsrecord/libgnunetgnsrecord.la \ 105 $(top_builddir)/src/gnsrecord/libgnunetgnsrecord.la \
106 $(top_builddir)/src/identity/libgnunetidentity.la \
106 $(top_builddir)/src/util/libgnunetutil.la \ 107 $(top_builddir)/src/util/libgnunetutil.la \
107 $(top_builddir)/src/namestore/libgnunetnamestore.la \ 108 $(top_builddir)/src/namestore/libgnunetnamestore.la \
108 $(top_builddir)/src/statistics/libgnunetstatistics.la \ 109 $(top_builddir)/src/statistics/libgnunetstatistics.la \