aboutsummaryrefslogtreecommitdiff
path: root/src/psyc
diff options
context:
space:
mode:
authorBart Polot <bart@net.in.tum.de>2014-07-03 13:39:33 +0000
committerBart Polot <bart@net.in.tum.de>2014-07-03 13:39:33 +0000
commitdc09ce9982904298e0ef97c91f7bf9218f1b0046 (patch)
treef3a1f58e870d870caf20227540fa8e1974ca7c4e /src/psyc
parent92f3a575cf91ed83383c041be332db55dffcb737 (diff)
downloadgnunet-dc09ce9982904298e0ef97c91f7bf9218f1b0046.tar.gz
gnunet-dc09ce9982904298e0ef97c91f7bf9218f1b0046.zip
- Convince 'make -j 10' to work nicely.
Diffstat (limited to 'src/psyc')
-rw-r--r--src/psyc/Makefile.am4
1 files 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 = \
45libgnunetpsyc_la_DEPENDENCIES = \ 45libgnunetpsyc_la_DEPENDENCIES = \
46 $(top_builddir)/src/util/libgnunetutil.la \ 46 $(top_builddir)/src/util/libgnunetutil.la \
47 $(top_builddir)/src/env/libgnunetenv.la \ 47 $(top_builddir)/src/env/libgnunetenv.la \
48 $(top_builddir)/src/psyc/libgnunetpsycutil.la 48 libgnunetpsycutil.la
49 49
50bin_PROGRAMS = 50bin_PROGRAMS =
51 51
@@ -66,7 +66,7 @@ gnunet_service_psyc_DEPENDENCIES = \
66 $(top_builddir)/src/statistics/libgnunetstatistics.la \ 66 $(top_builddir)/src/statistics/libgnunetstatistics.la \
67 $(top_builddir)/src/multicast/libgnunetmulticast.la \ 67 $(top_builddir)/src/multicast/libgnunetmulticast.la \
68 $(top_builddir)/src/psycstore/libgnunetpsycstore.la \ 68 $(top_builddir)/src/psycstore/libgnunetpsycstore.la \
69 $(top_builddir)/src/psyc/libgnunetpsycutil.la 69 libgnunetpsycutil.la
70gnunet_service_psyc_CFLAGS = $(AM_CFLAGS) 70gnunet_service_psyc_CFLAGS = $(AM_CFLAGS)
71 71
72 72