aboutsummaryrefslogtreecommitdiff
path: root/src/core
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2011-08-04 09:58:35 +0000
committerChristian Grothoff <christian@grothoff.org>2011-08-04 09:58:35 +0000
commit41fa31ba87fe2ef65503d4dd7e84176ba3b0091b (patch)
tree82c06fe1f8ef01f70807100b5b03103798a3617a /src/core
parent59e28af684bda5ce8f5060156c4fdf3077b90428 (diff)
downloadgnunet-41fa31ba87fe2ef65503d4dd7e84176ba3b0091b.tar.gz
gnunet-41fa31ba87fe2ef65503d4dd7e84176ba3b0091b.zip
move
Diffstat (limited to 'src/core')
-rw-r--r--src/core/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/core/Makefile.am b/src/core/Makefile.am
index 657b658b2..f1abe773d 100644
--- a/src/core/Makefile.am
+++ b/src/core/Makefile.am
@@ -30,13 +30,13 @@ bin_PROGRAMS = \
30 30
31gnunet_service_core_SOURCES = \ 31gnunet_service_core_SOURCES = \
32 gnunet-service-core.c 32 gnunet-service-core.c
33gnunet_service_core_LDADD = -lz \ 33gnunet_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/libgnunettransport.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) -lz
40 40
41 41
42gnunet_core_list_connections_SOURCES = \ 42gnunet_core_list_connections_SOURCES = \