From: LRN Date: Wed, 18 Jul 2012 17:46:06 +0000 (+0000) Subject: Really try to fix compilation on Windows X-Git-Tag: initial-import-from-subversion-38251~12420 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=72c75cf93425904529da51936502e23bce3866b0;p=oweals%2Fgnunet.git Really try to fix compilation on Windows --- diff --git a/src/mesh/Makefile.am b/src/mesh/Makefile.am index a69c018de..ba1a8fc85 100644 --- a/src/mesh/Makefile.am +++ b/src/mesh/Makefile.am @@ -37,7 +37,7 @@ libgnunet_plugin_block_mesh_la_LIBADD = \ libgnunet_plugin_block_mesh_la_LDFLAGS = \ $(GN_PLUGIN_LDFLAGS) libgnunet_plugin_block_mesh_la_DEPENDENCIES = \ - $(top_builddir)/src/mesh/libgnunetmeshblock.la \ + libgnunetmeshblock.la \ $(top_builddir)/src/block/libgnunetblock.la \ $(top_builddir)/src/util/libgnunetutil.la @@ -76,7 +76,7 @@ gnunet_service_mesh_DEPENDENCIES = \ $(top_builddir)/src/core/libgnunetcore.la \ $(top_builddir)/src/dht/libgnunetdht.la \ $(top_builddir)/src/block/libgnunetblock.la \ - $(top_builddir)/src/mesh/libgnunetmeshblock.la \ + libgnunetmeshblock.la \ $(top_builddir)/src/regex/libgnunetregex.la check_PROGRAMS = \