diff options
author | Bruno Cabral <bcabral@uw.edu> | 2014-08-02 21:50:17 +0000 |
---|---|---|
committer | Bruno Cabral <bcabral@uw.edu> | 2014-08-02 21:50:17 +0000 |
commit | 66abb46893e60258668e3629d56a2b006075ce7f (patch) | |
tree | 539037ddda72d56baa08b4f9ef818dfea8fa466b | |
parent | ae3ef2a30d3b0fcc80ff20f5cba305fa02a5a0eb (diff) |
Missing separator
-rw-r--r-- | src/psyc/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/psyc/Makefile.am b/src/psyc/Makefile.am index fb43417510..3f17d2d1e9 100644 --- a/src/psyc/Makefile.am +++ b/src/psyc/Makefile.am @@ -59,7 +59,7 @@ gnunet_service_psyc_LDADD = \ $(top_builddir)/src/statistics/libgnunetstatistics.la \ $(top_builddir)/src/multicast/libgnunetmulticast.la \ $(top_builddir)/src/psycstore/libgnunetpsycstore.la \ - libgnunetpsycutil.la + libgnunetpsycutil.la \ $(GN_LIBINTL) gnunet_service_psyc_DEPENDENCIES = \ $(top_builddir)/src/util/libgnunetutil.la \ |