aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
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 = \