summaryrefslogtreecommitdiff
path: root/src/core/Makefile.am
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2011-10-17 11:40:45 +0000
committerChristian Grothoff <christian@grothoff.org>2011-10-17 11:40:45 +0000
commit43fd4ad946c398e06e5048837de8b3e48d9cd8ff (patch)
tree0b0f10d60eaf15209cbc4a3f2c2d1a59cc869e59 /src/core/Makefile.am
parent0f316ae394d8de0f386f7cbba00d7b01fc250272 (diff)
downloadgnunet-43fd4ad946c398e06e5048837de8b3e48d9cd8ff.tar.gz
gnunet-43fd4ad946c398e06e5048837de8b3e48d9cd8ff.zip
remove old core
Diffstat (limited to 'src/core/Makefile.am')
-rw-r--r--src/core/Makefile.am13
1 files changed, 1 insertions, 12 deletions
diff --git a/src/core/Makefile.am b/src/core/Makefile.am
index f9c1a18e0..f4a38134b 100644
--- a/src/core/Makefile.am
+++ b/src/core/Makefile.am
@@ -26,27 +26,16 @@ libgnunetcore_la_LDFLAGS = \
26 26
27bin_PROGRAMS = \ 27bin_PROGRAMS = \
28 gnunet-service-core \ 28 gnunet-service-core \
29 gnunet-service-core-new \
30 gnunet-core-list-connections 29 gnunet-core-list-connections
31 30
32gnunet_service_core_SOURCES = \ 31gnunet_service_core_SOURCES = \
33 gnunet-service-core.c
34gnunet_service_core_LDADD = \
35 $(top_builddir)/src/hello/libgnunethello.la \
36 $(top_builddir)/src/peerinfo/libgnunetpeerinfo.la \
37 $(top_builddir)/src/statistics/libgnunetstatistics.la \
38 $(top_builddir)/src/transport/libgnunettransport.la \
39 $(top_builddir)/src/util/libgnunetutil.la \
40 $(GN_LIBINTL) -lz
41
42gnunet_service_core_new_SOURCES = \
43 gnunet-service-core-new.c gnunet-service-core.h \ 32 gnunet-service-core-new.c gnunet-service-core.h \
44 gnunet-service-core_clients.c gnunet-service-core_clients.h \ 33 gnunet-service-core_clients.c gnunet-service-core_clients.h \
45 gnunet-service-core_neighbours.c gnunet-service-core_neighbours.h \ 34 gnunet-service-core_neighbours.c gnunet-service-core_neighbours.h \
46 gnunet-service-core_kx.c gnunet-service-core_kx.h \ 35 gnunet-service-core_kx.c gnunet-service-core_kx.h \
47 gnunet-service-core_sessions.c gnunet-service-core_sessions.h \ 36 gnunet-service-core_sessions.c gnunet-service-core_sessions.h \
48 gnunet-service-core_typemap.c gnunet-service-core_typemap.h 37 gnunet-service-core_typemap.c gnunet-service-core_typemap.h
49gnunet_service_core_new_LDADD = \ 38gnunet_service_core_LDADD = \
50 $(top_builddir)/src/hello/libgnunethello.la \ 39 $(top_builddir)/src/hello/libgnunethello.la \
51 $(top_builddir)/src/peerinfo/libgnunetpeerinfo.la \ 40 $(top_builddir)/src/peerinfo/libgnunetpeerinfo.la \
52 $(top_builddir)/src/statistics/libgnunetstatistics.la \ 41 $(top_builddir)/src/statistics/libgnunetstatistics.la \