aboutsummaryrefslogtreecommitdiff
path: root/src/gns/Makefile.am
diff options
context:
space:
mode:
authorMartin Schanzenbach <mschanzenbach@posteo.de>2015-03-13 15:33:47 +0000
committerMartin Schanzenbach <mschanzenbach@posteo.de>2015-03-13 15:33:47 +0000
commit7ae2282ee296b24e0132d155ece49ae87e21215b (patch)
tree1dd3d8f99e0b23fcb703c9cc50f05932bf682e18 /src/gns/Makefile.am
parente2963510a62c68113535f885365137083d9f474c (diff)
downloadgnunet-7ae2282ee296b24e0132d155ece49ae87e21215b.tar.gz
gnunet-7ae2282ee296b24e0132d155ece49ae87e21215b.zip
-change API
Diffstat (limited to 'src/gns/Makefile.am')
-rw-r--r--src/gns/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gns/Makefile.am b/src/gns/Makefile.am
index 0d9ef5de5..d2ff0d14d 100644
--- a/src/gns/Makefile.am
+++ b/src/gns/Makefile.am
@@ -102,7 +102,7 @@ libgnunet_plugin_rest_gns_la_LIBADD = \
102 $(top_builddir)/src/gns/libgnunetgns.la \ 102 $(top_builddir)/src/gns/libgnunetgns.la \
103 $(top_builddir)/src/identity/libgnunetidentity.la \ 103 $(top_builddir)/src/identity/libgnunetidentity.la \
104 $(top_builddir)/src/util/libgnunetutil.la $(XLIBS) \ 104 $(top_builddir)/src/util/libgnunetutil.la $(XLIBS) \
105 $(LTLIBINTL) -ljansson 105 $(LTLIBINTL) -ljansson -lmicrohttpd
106libgnunet_plugin_rest_gns_la_LDFLAGS = \ 106libgnunet_plugin_rest_gns_la_LDFLAGS = \
107 $(GN_PLUGIN_LDFLAGS) 107 $(GN_PLUGIN_LDFLAGS)
108 108