aboutsummaryrefslogtreecommitdiff
path: root/src
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
parent2bfe0e3389e8ac21514a8f1fe7a7096bdad6ff08 (diff)
downloadgnunet-f48595ede523757350ea8e4557dca37f72694d58.tar.gz
gnunet-f48595ede523757350ea8e4557dca37f72694d58.zip
fix dist build
Diffstat (limited to 'src')
-rw-r--r--src/ats-tests/Makefile.am1
-rw-r--r--src/include/Makefile.am1
-rw-r--r--src/rest-plugins/Makefile.am2
3 files changed, 4 insertions, 0 deletions
diff --git a/src/ats-tests/Makefile.am b/src/ats-tests/Makefile.am
index c85645b9d..83f9e1b6a 100644
--- a/src/ats-tests/Makefile.am
+++ b/src/ats-tests/Makefile.am
@@ -60,6 +60,7 @@ libgnunetatstesting_la_SOURCES = \
60libgnunetatstesting_la_LIBADD = \ 60libgnunetatstesting_la_LIBADD = \
61 $(top_builddir)/src/testbed/libgnunettestbed.la \ 61 $(top_builddir)/src/testbed/libgnunettestbed.la \
62 $(top_builddir)/src/core/libgnunetcore.la \ 62 $(top_builddir)/src/core/libgnunetcore.la \
63 $(top_builddir)/src/transport/libgnunettransport.la \
63 $(top_builddir)/src/ats/libgnunetats.la \ 64 $(top_builddir)/src/ats/libgnunetats.la \
64 $(top_builddir)/src/util/libgnunetutil.la \ 65 $(top_builddir)/src/util/libgnunetutil.la \
65 $(GN_LIBINTL) 66 $(GN_LIBINTL)
diff --git a/src/include/Makefile.am b/src/include/Makefile.am
index 6b930178f..4e84e023c 100644
--- a/src/include/Makefile.am
+++ b/src/include/Makefile.am
@@ -106,6 +106,7 @@ gnunetinclude_HEADERS = \
106 gnunet_regex_service.h \ 106 gnunet_regex_service.h \
107 gnunet_rest_lib.h \ 107 gnunet_rest_lib.h \
108 gnunet_rest_plugin.h \ 108 gnunet_rest_plugin.h \
109 gnunet_rps_service.h \
109 gnunet_revocation_service.h \ 110 gnunet_revocation_service.h \
110 gnunet_scalarproduct_service.h \ 111 gnunet_scalarproduct_service.h \
111 gnunet_scheduler_lib.h \ 112 gnunet_scheduler_lib.h \
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 \