From: Martin Schanzenbach Date: Fri, 2 Mar 2012 11:13:16 +0000 (+0000) Subject: -remove stub from makefile X-Git-Tag: initial-import-from-subversion-38251~14499 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=f78a7acce4ff5fc2f69431fa0ec429757f97bbd5;p=oweals%2Fgnunet.git -remove stub from makefile --- diff --git a/src/gns/Makefile.am b/src/gns/Makefile.am index d223c6f7c..993aac2a1 100644 --- a/src/gns/Makefile.am +++ b/src/gns/Makefile.am @@ -99,14 +99,14 @@ libgnunet_plugin_block_gns_la_DEPENDENCIES = \ $(top_builddir)/src/namestore/libgnunetnamestore.la #Build stub api -libgnunetnamestore_la_SOURCES = \ - namestore_stub_api.c -libgnunetnamestore_la_LIBADD = \ - $(top_builddir)/src/util/libgnunetutil.la $(XLIB) -libgnunetnamestore_la_LDFLAGS = \ - $(GN_LIB_LDFLAGS) -libgnunetnamestore_la_DEPENDENCIES = \ - $(top_builddir)/src/util/libgnunetutil.la +#libgnunetnamestore_la_SOURCES = \ +# namestore_stub_api.c +#libgnunetnamestore_la_LIBADD = \ +# $(top_builddir)/src/util/libgnunetutil.la $(XLIB) +#libgnunetnamestore_la_LDFLAGS = \ +# $(GN_LIB_LDFLAGS) +#libgnunetnamestore_la_DEPENDENCIES = \ +# $(top_builddir)/src/util/libgnunetutil.la if ENABLE_TEST_RUN TESTS = $(check_PROGRAMS) $(check_SCRIPTS)