From c4b7892090af94534c34d9b4b131ed1874370a97 Mon Sep 17 00:00:00 2001 From: "Schanzenbach, Martin" Date: Fri, 26 Oct 2018 00:02:39 +0900 Subject: REST: comment credential REST plugin for now as it FTBFS --- src/rest-plugins/Makefile.am | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) (limited to 'src') diff --git a/src/rest-plugins/Makefile.am b/src/rest-plugins/Makefile.am index 76104fa1a..f36154ebd 100644 --- a/src/rest-plugins/Makefile.am +++ b/src/rest-plugins/Makefile.am @@ -44,16 +44,16 @@ libgnunet_plugin_rest_reclaim_la_LDFLAGS = \ i$(GN_PLUGIN_LDFLAGS) -libgnunet_plugin_rest_credential_la_SOURCES = \ - plugin_rest_credential.c -libgnunet_plugin_rest_credential_la_LIBADD = \ - $(top_builddir)/src/credential/libgnunetcredential.la \ - $(top_builddir)/src/rest/libgnunetrest.la \ - $(top_builddir)/src/identity/libgnunetidentity.la \ - $(top_builddir)/src/util/libgnunetutil.la $(XLIBS) \ - $(LTLIBINTL) -ljansson -lmicrohttpd -libgnunet_plugin_rest_credential_la_LDFLAGS = \ - $(GN_PLUGIN_LDFLAGS) +#libgnunet_plugin_rest_credential_la_SOURCES = \ +# plugin_rest_credential.c +#libgnunet_plugin_rest_credential_la_LIBADD = \ +# $(top_builddir)/src/credential/libgnunetcredential.la \ +# $(top_builddir)/src/rest/libgnunetrest.la \ +# $(top_builddir)/src/identity/libgnunetidentity.la \ +# $(top_builddir)/src/util/libgnunetutil.la $(XLIBS) \ +# $(LTLIBINTL) -ljansson -lmicrohttpd +#libgnunet_plugin_rest_credential_la_LDFLAGS = \ +# $(GN_PLUGIN_LDFLAGS) libgnunet_plugin_rest_copying_la_SOURCES = \ plugin_rest_copying.c -- cgit v1.2.3