aboutsummaryrefslogtreecommitdiff
path: root/src/core/Makefile.am
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2011-10-05 13:34:18 +0000
committerChristian Grothoff <christian@grothoff.org>2011-10-05 13:34:18 +0000
commit780d7ad09f353ded264b11d29d910ba22afae916 (patch)
tree766e75321432d2de37a4e59bae9ccb2f1ab94a0b /src/core/Makefile.am
parent1e620c9a829531da18fa309af050c26fddd34f1f (diff)
downloadgnunet-780d7ad09f353ded264b11d29d910ba22afae916.tar.gz
gnunet-780d7ad09f353ded264b11d29d910ba22afae916.zip
build draft for 'new' core code
Diffstat (limited to 'src/core/Makefile.am')
-rw-r--r--src/core/Makefile.am10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/core/Makefile.am b/src/core/Makefile.am
index f1abe773d..ab82ea7b3 100644
--- a/src/core/Makefile.am
+++ b/src/core/Makefile.am
@@ -38,6 +38,16 @@ gnunet_service_core_LDADD = \
38 $(top_builddir)/src/util/libgnunetutil.la \ 38 $(top_builddir)/src/util/libgnunetutil.la \
39 $(GN_LIBINTL) -lz 39 $(GN_LIBINTL) -lz
40 40
41gnunet_service_core_new_SOURCES = \
42 gnunet-service-core-new.c
43gnunet_service_core_new_LDADD = \
44 $(top_builddir)/src/hello/libgnunethello.la \
45 $(top_builddir)/src/peerinfo/libgnunetpeerinfo.la \
46 $(top_builddir)/src/statistics/libgnunetstatistics.la \
47 $(top_builddir)/src/transport/libgnunettransport.la \
48 $(top_builddir)/src/util/libgnunetutil.la \
49 $(GN_LIBINTL) -lz
50
41 51
42gnunet_core_list_connections_SOURCES = \ 52gnunet_core_list_connections_SOURCES = \
43 gnunet-core-list-connections.c 53 gnunet-core-list-connections.c