From: Schanzenbach, Martin Date: Thu, 25 Oct 2018 15:02:39 +0000 (+0900) Subject: REST: comment credential REST plugin for now as it FTBFS X-Git-Tag: v0.11.0~238^2~30 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=c4b7892090af94534c34d9b4b131ed1874370a97;p=oweals%2Fgnunet.git REST: comment credential REST plugin for now as it FTBFS --- 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