fix dist build
authorSchanzenbach, Martin <mschanzenbach@posteo.de>
Fri, 15 Feb 2019 19:55:59 +0000 (20:55 +0100)
committerSchanzenbach, Martin <mschanzenbach@posteo.de>
Fri, 15 Feb 2019 19:55:59 +0000 (20:55 +0100)
src/ats-tests/Makefile.am
src/include/Makefile.am
src/rest-plugins/Makefile.am

index c85645b9d7a472877b6720adc2d410de808b0125..83f9e1b6ab2aadb6cbeb9385df36029c934a51b6 100644 (file)
@@ -60,6 +60,7 @@ libgnunetatstesting_la_SOURCES = \
 libgnunetatstesting_la_LIBADD = \
   $(top_builddir)/src/testbed/libgnunettestbed.la \
   $(top_builddir)/src/core/libgnunetcore.la \
+       $(top_builddir)/src/transport/libgnunettransport.la \
   $(top_builddir)/src/ats/libgnunetats.la \
   $(top_builddir)/src/util/libgnunetutil.la \
   $(GN_LIBINTL)
index 6b930178fb201a0639a8779939b516393e3b6fb0..4e84e023c54afd64258a304b0a60980c65abdc26 100644 (file)
@@ -106,6 +106,7 @@ gnunetinclude_HEADERS = \
   gnunet_regex_service.h \
   gnunet_rest_lib.h \
   gnunet_rest_plugin.h \
+       gnunet_rps_service.h \
   gnunet_revocation_service.h \
   gnunet_scalarproduct_service.h \
   gnunet_scheduler_lib.h \
index f36154ebd4fcbc9e82903024c86d2834dcbb1407..a49ab0ef0ebb9866feeff5b14e47187a5c0279b1 100644 (file)
@@ -67,6 +67,7 @@ libgnunet_plugin_rest_copying_la_LDFLAGS = \
 libgnunet_plugin_rest_peerinfo_la_SOURCES = \
   plugin_rest_peerinfo.c
 libgnunet_plugin_rest_peerinfo_la_LIBADD = \
+  $(top_builddir)/src/hello/libgnunethello.la \
        $(top_builddir)/src/peerinfo/libgnunetpeerinfo.la \
   $(top_builddir)/src/rest/libgnunetrest.la \
   $(top_builddir)/src/json/libgnunetjson.la \
@@ -104,6 +105,7 @@ libgnunet_plugin_rest_namestore_la_LDFLAGS = \
 libgnunet_plugin_rest_gns_la_SOURCES = \
   plugin_rest_gns.c
 libgnunet_plugin_rest_gns_la_LIBADD = \
+  $(top_builddir)/src/gnsrecord/libgnunetgnsrecord.la \
   $(top_builddir)/src/gns/libgnunetgns.la \
        $(top_builddir)/src/rest/libgnunetrest.la \
   $(top_builddir)/src/identity/libgnunetidentity.la \