aboutsummaryrefslogtreecommitdiff
path: root/src/gns/Makefile.am
diff options
context:
space:
mode:
authorMartin Schanzenbach <mschanzenbach@posteo.de>2015-03-26 18:22:20 +0000
committerMartin Schanzenbach <mschanzenbach@posteo.de>2015-03-26 18:22:20 +0000
commitddbe636f3a013cde33ce94ecb9435bfd39f6355f (patch)
tree40a4ac88070e677ffd434b01a36978cb33ac063f /src/gns/Makefile.am
parent45d2452b677a6432ca076a9010ebeccd610d80c5 (diff)
downloadgnunet-ddbe636f3a013cde33ce94ecb9435bfd39f6355f.tar.gz
gnunet-ddbe636f3a013cde33ce94ecb9435bfd39f6355f.zip
-gns rest
Diffstat (limited to 'src/gns/Makefile.am')
-rw-r--r--src/gns/Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/gns/Makefile.am b/src/gns/Makefile.am
index d2ff0d14d..3db49ab1c 100644
--- a/src/gns/Makefile.am
+++ b/src/gns/Makefile.am
@@ -101,8 +101,9 @@ libgnunet_plugin_rest_gns_la_SOURCES = \
101libgnunet_plugin_rest_gns_la_LIBADD = \ 101libgnunet_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/rest/libgnunetrest.la \
104 $(top_builddir)/src/util/libgnunetutil.la $(XLIBS) \ 105 $(top_builddir)/src/util/libgnunetutil.la $(XLIBS) \
105 $(LTLIBINTL) -ljansson -lmicrohttpd 106 $(LTLIBINTL) -ljansson -lmicrohttpd
106libgnunet_plugin_rest_gns_la_LDFLAGS = \ 107libgnunet_plugin_rest_gns_la_LDFLAGS = \
107 $(GN_PLUGIN_LDFLAGS) 108 $(GN_PLUGIN_LDFLAGS)
108 109