aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog3
-rw-r--r--po/POTFILES.in2
-rw-r--r--src/Makefile.am2
-rw-r--r--src/peerinfo/Makefile.am1
4 files changed, 5 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index 125063ca5..0f08c1f31 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
1Tue Mar 12 10:06:17 CET 2019
2 REST: Move back from rest-plugin into respective subsystem directories.
3
1Mon Mar 11 02:47:55 CET 2019 4Mon Mar 11 02:47:55 CET 2019
2 Make configure complain if no working libidn is detected. -CG 5 Make configure complain if no working libidn is detected. -CG
3 6
diff --git a/po/POTFILES.in b/po/POTFILES.in
index 87a597c50..a24368d64 100644
--- a/po/POTFILES.in
+++ b/po/POTFILES.in
@@ -305,6 +305,7 @@ src/regex/regex_test_graph.c
305src/regex/regex_test_lib.c 305src/regex/regex_test_lib.c
306src/regex/regex_test_random.c 306src/regex/regex_test_random.c
307src/rest/gnunet-rest-server.c 307src/rest/gnunet-rest-server.c
308src/rest/plugin_rest_copying.c
308src/rest/rest.c 309src/rest/rest.c
309src/revocation/gnunet-revocation.c 310src/revocation/gnunet-revocation.c
310src/revocation/gnunet-service-revocation.c 311src/revocation/gnunet-service-revocation.c
@@ -497,7 +498,6 @@ src/util/os_network.c
497src/util/os_priority.c 498src/util/os_priority.c
498src/util/peer.c 499src/util/peer.c
499src/util/plugin.c 500src/util/plugin.c
500src/util/plugin_rest_copying.c
501src/util/proc_compat.c 501src/util/proc_compat.c
502src/util/program.c 502src/util/program.c
503src/util/regex.c 503src/util/regex.c
diff --git a/src/Makefile.am b/src/Makefile.am
index 09dd81d19..c1c708aa6 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -123,7 +123,7 @@ SUBDIRS = \
123 exit \ 123 exit \
124 pt \ 124 pt \
125 secretsharing \ 125 secretsharing \
126 $(EXP_DIR) \ 126 $(EXP_DIR) \
127 integration-tests 127 integration-tests
128 128
129endif 129endif
diff --git a/src/peerinfo/Makefile.am b/src/peerinfo/Makefile.am
index 69424ffb9..3c710eb93 100644
--- a/src/peerinfo/Makefile.am
+++ b/src/peerinfo/Makefile.am
@@ -36,7 +36,6 @@ libgnunet_plugin_rest_peerinfo_la_LIBADD = \
36 libgnunetpeerinfo.la \ 36 libgnunetpeerinfo.la \
37 $(top_builddir)/src/rest/libgnunetrest.la \ 37 $(top_builddir)/src/rest/libgnunetrest.la \
38 $(top_builddir)/src/json/libgnunetjson.la \ 38 $(top_builddir)/src/json/libgnunetjson.la \
39 $(top_builddir)/src/transport/libgnunettransport.la \
40 $(top_builddir)/src/util/libgnunetutil.la $(XLIBS) \ 39 $(top_builddir)/src/util/libgnunetutil.la $(XLIBS) \
41 $(LTLIBINTL) -ljansson -lmicrohttpd 40 $(LTLIBINTL) -ljansson -lmicrohttpd
42libgnunet_plugin_rest_peerinfo_la_LDFLAGS = \ 41libgnunet_plugin_rest_peerinfo_la_LDFLAGS = \