aboutsummaryrefslogtreecommitdiff
path: root/src/did/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'src/did/Makefile.am')
-rw-r--r--src/did/Makefile.am4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/did/Makefile.am b/src/did/Makefile.am
index 8fd634769..fe96a4be8 100644
--- a/src/did/Makefile.am
+++ b/src/did/Makefile.am
@@ -17,5 +17,7 @@ gnunet_did_LDADD = \
17 $(top_builddir)/src/util/libgnunetutil.la \ 17 $(top_builddir)/src/util/libgnunetutil.la \
18 $(top_builddir)/src/gns/libgnunetgns.la \ 18 $(top_builddir)/src/gns/libgnunetgns.la \
19 $(top_builddir)/src/identity/libgnunetidentity.la \ 19 $(top_builddir)/src/identity/libgnunetidentity.la \
20 $(top_builddir)/src/namestore/libgnunetnamestore.la 20 $(top_builddir)/src/namestore/libgnunetnamestore.la \
21 -ljansson
22
21 23