From d94c5185fcdf47c6a57d3233b946fa7e621f7ad9 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Sat, 13 Sep 2014 13:54:57 +0000 Subject: fixing parallel build, getting rid of useless _DEPENDENCIES declarations --- src/gnsrecord/Makefile.am | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/gnsrecord') diff --git a/src/gnsrecord/Makefile.am b/src/gnsrecord/Makefile.am index 2ac330ae0..88c7fab21 100644 --- a/src/gnsrecord/Makefile.am +++ b/src/gnsrecord/Makefile.am @@ -66,14 +66,14 @@ test_gnsrecord_serialization_SOURCES = \ test_gnsrecord_serialization.c test_gnsrecord_serialization_LDADD = \ $(top_builddir)/src/testing/libgnunettesting.la \ - $(top_builddir)/src/gnsrecord/libgnunetgnsrecord.la \ + libgnunetgnsrecord.la \ $(top_builddir)/src/util/libgnunetutil.la test_gnsrecord_block_expiration_SOURCES = \ test_gnsrecord_block_expiration.c test_gnsrecord_block_expiration_LDADD = \ $(top_builddir)/src/testing/libgnunettesting.la \ - $(top_builddir)/src/gnsrecord/libgnunetgnsrecord.la \ + libgnunetgnsrecord.la \ $(top_builddir)/src/util/libgnunetutil.la @@ -81,6 +81,6 @@ test_gnsrecord_crypto_SOURCES = \ test_gnsrecord_crypto.c test_gnsrecord_crypto_LDADD = \ $(top_builddir)/src/testing/libgnunettesting.la \ - $(top_builddir)/src/gnsrecord/libgnunetgnsrecord.la \ + libgnunetgnsrecord.la \ $(top_builddir)/src/util/libgnunetutil.la -- cgit v1.2.3