aboutsummaryrefslogtreecommitdiff
path: root/src/social/Makefile.am
diff options
context:
space:
mode:
authorGabor X Toth <*@tg-x.net>2014-07-24 21:56:12 +0000
committerGabor X Toth <*@tg-x.net>2014-07-24 21:56:12 +0000
commit8b60d961a48351edb4d23d5f13a36276405f54d1 (patch)
tree19d9a79c72e2ee77cf046f8dcfa65ecd9d561bd5 /src/social/Makefile.am
parente6fcba3026918611e9c1018d0369ca42974c913f (diff)
downloadgnunet-8b60d961a48351edb4d23d5f13a36276405f54d1.tar.gz
gnunet-8b60d961a48351edb4d23d5f13a36276405f54d1.zip
social,psycstore: fix tests linking/debug
Diffstat (limited to 'src/social/Makefile.am')
-rw-r--r--src/social/Makefile.am8
1 files changed, 6 insertions, 2 deletions
diff --git a/src/social/Makefile.am b/src/social/Makefile.am
index bc81cea40..a1dff3c58 100644
--- a/src/social/Makefile.am
+++ b/src/social/Makefile.am
@@ -80,13 +80,17 @@ test_social_LDADD = \
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/util/libgnunetutil.la \
82 $(top_builddir)/src/env/libgnunetenv.la \ 82 $(top_builddir)/src/env/libgnunetenv.la \
83 $(top_builddir)/src/psyc/libgnunetpsycutil.la 83 $(top_builddir)/src/psyc/libgnunetpsycutil.la \
84 $(top_builddir)/src/core/libgnunetcore.la \
85 $(top_builddir)/src/identity/libgnunetidentity.la
84test_social_DEPENDENCIES = \ 86test_social_DEPENDENCIES = \
85 libgnunetsocial.la \ 87 libgnunetsocial.la \
86 $(top_builddir)/src/testing/libgnunettesting.la \ 88 $(top_builddir)/src/testing/libgnunettesting.la \
87 $(top_builddir)/src/util/libgnunetutil.la \ 89 $(top_builddir)/src/util/libgnunetutil.la \
88 $(top_builddir)/src/env/libgnunetenv.la \ 90 $(top_builddir)/src/env/libgnunetenv.la \
89 $(top_builddir)/src/psyc/libgnunetpsycutil.la 91 $(top_builddir)/src/psyc/libgnunetpsycutil.la \
92 $(top_builddir)/src/core/libgnunetcore.la \
93 $(top_builddir)/src/identity/libgnunetidentity.la
90 94
91EXTRA_DIST = \ 95EXTRA_DIST = \
92 test_social.conf 96 test_social.conf