aboutsummaryrefslogtreecommitdiff
path: root/src/rest-plugins
diff options
context:
space:
mode:
authorSchanzenbach, Martin <mschanzenbach@posteo.de>2019-02-15 20:55:59 +0100
committerSchanzenbach, Martin <mschanzenbach@posteo.de>2019-02-15 20:55:59 +0100
commitf48595ede523757350ea8e4557dca37f72694d58 (patch)
treef421c9891e19df712c357dbc30ab0e4f34517734 /src/rest-plugins
parent2bfe0e3389e8ac21514a8f1fe7a7096bdad6ff08 (diff)
downloadgnunet-f48595ede523757350ea8e4557dca37f72694d58.tar.gz
gnunet-f48595ede523757350ea8e4557dca37f72694d58.zip
fix dist build
Diffstat (limited to 'src/rest-plugins')
-rw-r--r--src/rest-plugins/Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/rest-plugins/Makefile.am b/src/rest-plugins/Makefile.am
index f36154ebd..a49ab0ef0 100644
--- a/src/rest-plugins/Makefile.am
+++ b/src/rest-plugins/Makefile.am
@@ -67,6 +67,7 @@ libgnunet_plugin_rest_copying_la_LDFLAGS = \
67libgnunet_plugin_rest_peerinfo_la_SOURCES = \ 67libgnunet_plugin_rest_peerinfo_la_SOURCES = \
68 plugin_rest_peerinfo.c 68 plugin_rest_peerinfo.c
69libgnunet_plugin_rest_peerinfo_la_LIBADD = \ 69libgnunet_plugin_rest_peerinfo_la_LIBADD = \
70 $(top_builddir)/src/hello/libgnunethello.la \
70 $(top_builddir)/src/peerinfo/libgnunetpeerinfo.la \ 71 $(top_builddir)/src/peerinfo/libgnunetpeerinfo.la \
71 $(top_builddir)/src/rest/libgnunetrest.la \ 72 $(top_builddir)/src/rest/libgnunetrest.la \
72 $(top_builddir)/src/json/libgnunetjson.la \ 73 $(top_builddir)/src/json/libgnunetjson.la \
@@ -104,6 +105,7 @@ libgnunet_plugin_rest_namestore_la_LDFLAGS = \
104libgnunet_plugin_rest_gns_la_SOURCES = \ 105libgnunet_plugin_rest_gns_la_SOURCES = \
105 plugin_rest_gns.c 106 plugin_rest_gns.c
106libgnunet_plugin_rest_gns_la_LIBADD = \ 107libgnunet_plugin_rest_gns_la_LIBADD = \
108 $(top_builddir)/src/gnsrecord/libgnunetgnsrecord.la \
107 $(top_builddir)/src/gns/libgnunetgns.la \ 109 $(top_builddir)/src/gns/libgnunetgns.la \
108 $(top_builddir)/src/rest/libgnunetrest.la \ 110 $(top_builddir)/src/rest/libgnunetrest.la \
109 $(top_builddir)/src/identity/libgnunetidentity.la \ 111 $(top_builddir)/src/identity/libgnunetidentity.la \