From 51d896e8b7185cb069cd34c7d213b72b84d67a03 Mon Sep 17 00:00:00 2001 From: Gabor X Toth <*@tg-x.net> Date: Thu, 24 Jul 2014 09:46:33 +0000 Subject: psyc,social: fix linking for tests --- src/social/Makefile.am | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'src/social/Makefile.am') diff --git a/src/social/Makefile.am b/src/social/Makefile.am index a2dfea244..bc81cea40 100644 --- a/src/social/Makefile.am +++ b/src/social/Makefile.am @@ -78,13 +78,15 @@ test_social_SOURCES = \ test_social_LDADD = \ libgnunetsocial.la \ $(top_builddir)/src/testing/libgnunettesting.la \ + $(top_builddir)/src/util/libgnunetutil.la \ $(top_builddir)/src/env/libgnunetenv.la \ - $(top_builddir)/src/util/libgnunetutil.la + $(top_builddir)/src/psyc/libgnunetpsycutil.la test_social_DEPENDENCIES = \ libgnunetsocial.la \ $(top_builddir)/src/testing/libgnunettesting.la \ + $(top_builddir)/src/util/libgnunetutil.la \ $(top_builddir)/src/env/libgnunetenv.la \ - $(top_builddir)/src/util/libgnunetutil.la + $(top_builddir)/src/psyc/libgnunetpsycutil.la EXTRA_DIST = \ test_social.conf -- cgit v1.2.3