From 7d42609c392b9e784b0c746ae6e0e19fe7f39c3f Mon Sep 17 00:00:00 2001 From: Bart Polot Date: Sun, 18 Nov 2012 20:53:52 +0000 Subject: [PATCH] - apparently full paths break windows buildbot --- src/mesh/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 \ -- 2.25.1