aboutsummaryrefslogtreecommitdiff
path: root/src/social/Makefile.am
diff options
context:
space:
mode:
authorGabor X Toth <*@tg-x.net>2014-07-24 09:46:33 +0000
committerGabor X Toth <*@tg-x.net>2014-07-24 09:46:33 +0000
commit51d896e8b7185cb069cd34c7d213b72b84d67a03 (patch)
tree88b70d4fe37f7c1e3f671f97010aae2f4e82999c /src/social/Makefile.am
parented695105d53300157340dbb801a570c63f4c7862 (diff)
downloadgnunet-51d896e8b7185cb069cd34c7d213b72b84d67a03.tar.gz
gnunet-51d896e8b7185cb069cd34c7d213b72b84d67a03.zip
psyc,social: fix linking for tests
Diffstat (limited to 'src/social/Makefile.am')
-rw-r--r--src/social/Makefile.am6
1 files changed, 4 insertions, 2 deletions
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 = \
78test_social_LDADD = \ 78test_social_LDADD = \
79 libgnunetsocial.la \ 79 libgnunetsocial.la \
80 $(top_builddir)/src/testing/libgnunettesting.la \ 80 $(top_builddir)/src/testing/libgnunettesting.la \
81 $(top_builddir)/src/util/libgnunetutil.la \
81 $(top_builddir)/src/env/libgnunetenv.la \ 82 $(top_builddir)/src/env/libgnunetenv.la \
82 $(top_builddir)/src/util/libgnunetutil.la 83 $(top_builddir)/src/psyc/libgnunetpsycutil.la
83test_social_DEPENDENCIES = \ 84test_social_DEPENDENCIES = \
84 libgnunetsocial.la \ 85 libgnunetsocial.la \
85 $(top_builddir)/src/testing/libgnunettesting.la \ 86 $(top_builddir)/src/testing/libgnunettesting.la \
87 $(top_builddir)/src/util/libgnunetutil.la \
86 $(top_builddir)/src/env/libgnunetenv.la \ 88 $(top_builddir)/src/env/libgnunetenv.la \
87 $(top_builddir)/src/util/libgnunetutil.la 89 $(top_builddir)/src/psyc/libgnunetpsycutil.la
88 90
89EXTRA_DIST = \ 91EXTRA_DIST = \
90 test_social.conf 92 test_social.conf