aboutsummaryrefslogtreecommitdiff
path: root/src/psyc
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2018-06-16 11:39:47 +0200
committerChristian Grothoff <christian@grothoff.org>2018-06-16 11:39:47 +0200
commit9770f389335fee2ce4683e6506f5cfeb98875490 (patch)
treeb383deac668bc6ce19293e57962c385cc3b2d176 /src/psyc
parent6ab52dcfa8065adfecd2baefb3716b7ba8230d9c (diff)
downloadgnunet-9770f389335fee2ce4683e6506f5cfeb98875490.tar.gz
gnunet-9770f389335fee2ce4683e6506f5cfeb98875490.zip
get rid of another Makefile.am warning
Diffstat (limited to 'src/psyc')
-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 = \