From d77c52f06890b8a031f2155a5532612acf3964b7 Mon Sep 17 00:00:00 2001 From: Bart Polot Date: Sun, 18 Nov 2012 12:29:25 +0000 Subject: [PATCH] - try to fix buildbots --- 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 d1afc0589..b808c6c05 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 = \ - libgnunetmesh.la + $(top_builddir)/src/mesh/libgnunetmesh.la gnunet_service_mesh_new_SOURCES = \ gnunet-service-mesh-new.c \ -- 2.25.1