aboutsummaryrefslogtreecommitdiff
path: root/src/gns/Makefile.am
diff options
context:
space:
mode:
authorMartin Schanzenbach <mschanzenbach@posteo.de>2016-06-18 18:16:22 +0000
committerMartin Schanzenbach <mschanzenbach@posteo.de>2016-06-18 18:16:22 +0000
commit5dfc382a9f8467cd15b6a0c3a6e022fca9fc4a30 (patch)
tree5d285afb370bb3d5800c3541a20760ab3db845d6 /src/gns/Makefile.am
parentd3ba7a63bb47299d70fe7895e5df9a523607492e (diff)
downloadgnunet-5dfc382a9f8467cd15b6a0c3a6e022fca9fc4a30.tar.gz
gnunet-5dfc382a9f8467cd15b6a0c3a6e022fca9fc4a30.zip
- fix rest plugin
Diffstat (limited to 'src/gns/Makefile.am')
-rw-r--r--src/gns/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gns/Makefile.am b/src/gns/Makefile.am
index 04fe45224..33fd96d9d 100644
--- a/src/gns/Makefile.am
+++ b/src/gns/Makefile.am
@@ -237,6 +237,7 @@ libgnunet_plugin_rest_gns_la_LIBADD = \
237 $(top_builddir)/src/rest/libgnunetrest.la \ 237 $(top_builddir)/src/rest/libgnunetrest.la \
238 $(top_builddir)/src/identity/libgnunetidentity.la \ 238 $(top_builddir)/src/identity/libgnunetidentity.la \
239 $(top_builddir)/src/jsonapi/libgnunetjsonapi.la \ 239 $(top_builddir)/src/jsonapi/libgnunetjsonapi.la \
240 $(top_builddir)/src/jsonapi/libgnunetjsonapiutils.la \
240 $(top_builddir)/src/util/libgnunetutil.la $(XLIBS) \ 241 $(top_builddir)/src/util/libgnunetutil.la $(XLIBS) \
241 $(LTLIBINTL) -ljansson -lmicrohttpd 242 $(LTLIBINTL) -ljansson -lmicrohttpd
242libgnunet_plugin_rest_gns_la_LDFLAGS = \ 243libgnunet_plugin_rest_gns_la_LDFLAGS = \