From dc09ce9982904298e0ef97c91f7bf9218f1b0046 Mon Sep 17 00:00:00 2001 From: Bart Polot Date: Thu, 3 Jul 2014 13:39:33 +0000 Subject: [PATCH] - Convince 'make -j 10' to work nicely. --- src/psyc/Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/psyc/Makefile.am b/src/psyc/Makefile.am index 6a4f249a9..cf3abe4cb 100644 --- a/src/psyc/Makefile.am +++ b/src/psyc/Makefile.am @@ -45,7 +45,7 @@ libgnunetpsyc_la_LDFLAGS = \ libgnunetpsyc_la_DEPENDENCIES = \ $(top_builddir)/src/util/libgnunetutil.la \ $(top_builddir)/src/env/libgnunetenv.la \ - $(top_builddir)/src/psyc/libgnunetpsycutil.la + libgnunetpsycutil.la bin_PROGRAMS = @@ -66,7 +66,7 @@ gnunet_service_psyc_DEPENDENCIES = \ $(top_builddir)/src/statistics/libgnunetstatistics.la \ $(top_builddir)/src/multicast/libgnunetmulticast.la \ $(top_builddir)/src/psycstore/libgnunetpsycstore.la \ - $(top_builddir)/src/psyc/libgnunetpsycutil.la + libgnunetpsycutil.la gnunet_service_psyc_CFLAGS = $(AM_CFLAGS) -- 2.25.1