aboutsummaryrefslogtreecommitdiff
path: root/src/psyc
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2013-10-11 17:44:02 +0000
committerChristian Grothoff <christian@grothoff.org>2013-10-11 17:44:02 +0000
commit9ab259c526d3b8b2923c635dc4255be5b50bdfdf (patch)
treeac458904683afda1c64c35eae64b1542e70eae25 /src/psyc
parent365bc6513a648d4908b16bf74d7a5704326969d1 (diff)
downloadgnunet-9ab259c526d3b8b2923c635dc4255be5b50bdfdf.tar.gz
gnunet-9ab259c526d3b8b2923c635dc4255be5b50bdfdf.zip
-needs env to link properly
Diffstat (limited to 'src/psyc')
-rw-r--r--src/psyc/Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/psyc/Makefile.am b/src/psyc/Makefile.am
index 57f0e2280..96f86ca92 100644
--- a/src/psyc/Makefile.am
+++ b/src/psyc/Makefile.am
@@ -67,10 +67,12 @@ test_psyc_SOURCES = \
67test_psyc_LDADD = \ 67test_psyc_LDADD = \
68 libgnunetpsyc.la \ 68 libgnunetpsyc.la \
69 $(top_builddir)/src/testing/libgnunettesting.la \ 69 $(top_builddir)/src/testing/libgnunettesting.la \
70 $(top_builddir)/src/env/libgnunetenv.la \
70 $(top_builddir)/src/util/libgnunetutil.la 71 $(top_builddir)/src/util/libgnunetutil.la
71test_psyc_DEPENDENCIES = \ 72test_psyc_DEPENDENCIES = \
72 libgnunetpsyc.la \ 73 libgnunetpsyc.la \
73 $(top_builddir)/src/testing/libgnunettesting.la \ 74 $(top_builddir)/src/testing/libgnunettesting.la \
75 $(top_builddir)/src/env/libgnunetenv.la \
74 $(top_builddir)/src/util/libgnunetutil.la 76 $(top_builddir)/src/util/libgnunetutil.la
75 77
76EXTRA_DIST = \ 78EXTRA_DIST = \