From ac29dbb04a0bc1b5029df39d2723cfacb3eb8676 Mon Sep 17 00:00:00 2001 From: "Schanzenbach, Martin" Date: Tue, 12 Mar 2019 10:07:04 +0100 Subject: [PATCH] update changelog, make build --- ChangeLog | 3 +++ po/POTFILES.in | 2 +- src/Makefile.am | 2 +- src/peerinfo/Makefile.am | 1 - 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 @@ +Tue Mar 12 10:06:17 CET 2019 + REST: Move back from rest-plugin into respective subsystem directories. + Mon Mar 11 02:47:55 CET 2019 Make configure complain if no working libidn is detected. -CG 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 src/regex/regex_test_lib.c src/regex/regex_test_random.c src/rest/gnunet-rest-server.c +src/rest/plugin_rest_copying.c src/rest/rest.c src/revocation/gnunet-revocation.c src/revocation/gnunet-service-revocation.c @@ -497,7 +498,6 @@ src/util/os_network.c src/util/os_priority.c src/util/peer.c src/util/plugin.c -src/util/plugin_rest_copying.c src/util/proc_compat.c src/util/program.c src/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 = \ exit \ pt \ secretsharing \ - $(EXP_DIR) \ + $(EXP_DIR) \ integration-tests endif 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 = \ libgnunetpeerinfo.la \ $(top_builddir)/src/rest/libgnunetrest.la \ $(top_builddir)/src/json/libgnunetjson.la \ - $(top_builddir)/src/transport/libgnunettransport.la \ $(top_builddir)/src/util/libgnunetutil.la $(XLIBS) \ $(LTLIBINTL) -ljansson -lmicrohttpd libgnunet_plugin_rest_peerinfo_la_LDFLAGS = \ -- 2.25.1