From: Bart Polot Date: Sun, 18 Nov 2012 20:53:52 +0000 (+0000) Subject: - apparently full paths break windows buildbot X-Git-Tag: initial-import-from-subversion-38251~10777 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=7d42609c392b9e784b0c746ae6e0e19fe7f39c3f;p=oweals%2Fgnunet.git - apparently full paths break windows buildbot --- diff --git a/src/mesh/Makefile.am b/src/mesh/Makefile.am index b808c6c05..d1afc0589 100644 --- a/src/mesh/Makefile.am +++ b/src/mesh/Makefile.am @@ -97,7 +97,7 @@ gnunet_mesh_LDADD = \ $(top_builddir)/src/mesh/libgnunetmesh.la \ $(top_builddir)/src/util/libgnunetutil.la gnunet_mesh_DEPENDENCIES = \ - $(top_builddir)/src/mesh/libgnunetmesh.la + libgnunetmesh.la gnunet_service_mesh_new_SOURCES = \ gnunet-service-mesh-new.c \