aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2011-07-19 13:10:03 +0000
committerChristian Grothoff <christian@grothoff.org>2011-07-19 13:10:03 +0000
commit01cdfe6ae3190ce334db1f6c7fc87b414735eee9 (patch)
treec98c5886de5f885a417298d3e781ff909774a83b /src
parent23eb19297c647f6636c168fcbe40525441840c67 (diff)
downloadgnunet-01cdfe6ae3190ce334db1f6c7fc87b414735eee9.tar.gz
gnunet-01cdfe6ae3190ce334db1f6c7fc87b414735eee9.zip
usenew
Diffstat (limited to 'src')
-rw-r--r--src/core/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/Makefile.am b/src/core/Makefile.am
index 7f95f60b8..bac929501 100644
--- a/src/core/Makefile.am
+++ b/src/core/Makefile.am
@@ -34,7 +34,7 @@ gnunet_service_core_LDADD = \
34 $(top_builddir)/src/hello/libgnunethello.la \ 34 $(top_builddir)/src/hello/libgnunethello.la \
35 $(top_builddir)/src/peerinfo/libgnunetpeerinfo.la \ 35 $(top_builddir)/src/peerinfo/libgnunetpeerinfo.la \
36 $(top_builddir)/src/statistics/libgnunetstatistics.la \ 36 $(top_builddir)/src/statistics/libgnunetstatistics.la \
37 $(top_builddir)/src/transport/libgnunettransportnew.la \ 37 $(top_builddir)/src/transport/libgnunettransport.la \
38 $(top_builddir)/src/util/libgnunetutil.la \ 38 $(top_builddir)/src/util/libgnunetutil.la \
39 $(GN_LIBINTL) 39 $(GN_LIBINTL)
40 40