diff options
Diffstat (limited to 'src/peerinfo-tool/Makefile.am')
-rw-r--r-- | src/peerinfo-tool/Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/peerinfo-tool/Makefile.am b/src/peerinfo-tool/Makefile.am index a5fd60246..8293288c8 100644 --- a/src/peerinfo-tool/Makefile.am +++ b/src/peerinfo-tool/Makefile.am @@ -32,9 +32,10 @@ libgnunet_plugin_rest_peerinfo_la_LIBADD = \ $(top_builddir)/src/rest/libgnunetrest.la \ $(top_builddir)/src/json/libgnunetjson.la \ $(top_builddir)/src/util/libgnunetutil.la $(XLIBS) \ - $(LTLIBINTL) -ljansson -lmicrohttpd + $(LTLIBINTL) -ljansson $(MHD_LIBS) libgnunet_plugin_rest_peerinfo_la_LDFLAGS = \ $(GN_PLUGIN_LDFLAGS) +libgnunet_plugin_rest_peerinfo_la_CFLAGS = $(MHD_CFLAGS) $(AM_CFLAGS) gnunet_peerinfo_SOURCES = \ |