aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/psyc/Makefile.am14
1 files changed, 7 insertions, 7 deletions
diff --git a/src/psyc/Makefile.am b/src/psyc/Makefile.am
index 61618d176..26db608f3 100644
--- a/src/psyc/Makefile.am
+++ b/src/psyc/Makefile.am
@@ -58,13 +58,13 @@ AM_TESTS_ENVIRONMENT=export GNUNET_PREFIX=$${GNUNET_PREFIX:-@libdir@};export PAT
58TESTS = $(check_PROGRAMS) 58TESTS = $(check_PROGRAMS)
59endif 59endif
60 60
61test_psyc_SOURCES = \ 61#test_psyc_SOURCES = \
62 test_psyc.c 62# test_psyc.c
63test_psyc_LDADD = \ 63#test_psyc_LDADD = \
64 libgnunetpsyc.la \ 64# libgnunetpsyc.la \
65 $(top_builddir)/src/psycutil/libgnunetpsycutil.la \ 65# $(top_builddir)/src/psycutil/libgnunetpsycutil.la \
66 $(top_builddir)/src/testing/libgnunettesting.la \ 66# $(top_builddir)/src/testing/libgnunettesting.la \
67 $(top_builddir)/src/util/libgnunetutil.la 67# $(top_builddir)/src/util/libgnunetutil.la
68test_psyc2_SOURCES = \ 68test_psyc2_SOURCES = \
69 test_psyc2.c 69 test_psyc2.c
70test_psyc2_LDADD = \ 70test_psyc2_LDADD = \