aboutsummaryrefslogtreecommitdiff
path: root/src/psyc
diff options
context:
space:
mode:
authorBruno Cabral <bcabral@uw.edu>2014-08-02 21:50:17 +0000
committerBruno Cabral <bcabral@uw.edu>2014-08-02 21:50:17 +0000
commit66abb46893e60258668e3629d56a2b006075ce7f (patch)
tree539037ddda72d56baa08b4f9ef818dfea8fa466b /src/psyc
parentae3ef2a30d3b0fcc80ff20f5cba305fa02a5a0eb (diff)
downloadgnunet-66abb46893e60258668e3629d56a2b006075ce7f.tar.gz
gnunet-66abb46893e60258668e3629d56a2b006075ce7f.zip
Missing separator
Diffstat (limited to 'src/psyc')
-rw-r--r--src/psyc/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/psyc/Makefile.am b/src/psyc/Makefile.am
index fb4341751..3f17d2d1e 100644
--- a/src/psyc/Makefile.am
+++ b/src/psyc/Makefile.am
@@ -59,7 +59,7 @@ gnunet_service_psyc_LDADD = \
59 $(top_builddir)/src/statistics/libgnunetstatistics.la \ 59 $(top_builddir)/src/statistics/libgnunetstatistics.la \
60 $(top_builddir)/src/multicast/libgnunetmulticast.la \ 60 $(top_builddir)/src/multicast/libgnunetmulticast.la \
61 $(top_builddir)/src/psycstore/libgnunetpsycstore.la \ 61 $(top_builddir)/src/psycstore/libgnunetpsycstore.la \
62 libgnunetpsycutil.la 62 libgnunetpsycutil.la \
63 $(GN_LIBINTL) 63 $(GN_LIBINTL)
64gnunet_service_psyc_DEPENDENCIES = \ 64gnunet_service_psyc_DEPENDENCIES = \
65 $(top_builddir)/src/util/libgnunetutil.la \ 65 $(top_builddir)/src/util/libgnunetutil.la \