aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorSchanzenbach, Martin <mschanzenbach@posteo.de>2019-03-12 10:07:04 +0100
committerSchanzenbach, Martin <mschanzenbach@posteo.de>2019-03-12 10:07:04 +0100
commitac29dbb04a0bc1b5029df39d2723cfacb3eb8676 (patch)
treeb09b9f291e600dc743a481bc83f951a6f3cba53f /src
parent6914bcb2330e626e1990a4dcba00f52211afe313 (diff)
downloadgnunet-ac29dbb04a0bc1b5029df39d2723cfacb3eb8676.tar.gz
gnunet-ac29dbb04a0bc1b5029df39d2723cfacb3eb8676.zip
update changelog, make build
Diffstat (limited to 'src')
-rw-r--r--src/Makefile.am2
-rw-r--r--src/peerinfo/Makefile.am1
2 files changed, 1 insertions, 2 deletions
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 = \