aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/dht/Makefile.am49
1 files changed, 0 insertions, 49 deletions
diff --git a/src/dht/Makefile.am b/src/dht/Makefile.am
index 3dd28123e..06e25bf8d 100644
--- a/src/dht/Makefile.am
+++ b/src/dht/Makefile.am
@@ -80,14 +80,6 @@ libgnunetdht_la_LDFLAGS = \
80 $(GN_LIB_LDFLAGS) $(WINFLAGS) \ 80 $(GN_LIB_LDFLAGS) $(WINFLAGS) \
81 -version-info 0:0:0 81 -version-info 0:0:0
82 82
83if HAVE_EXPERIMENTAL
84STUD_PROGS = gnunet-service-dht-can \
85 gnunet-service-dht-freenet \
86 gnunet-service-dht-kademlia \
87 gnunet-service-dht-koorde
88STUD_TESTS = test_kademlia_end2end
89endif
90
91bin_PROGRAMS = $(STUD_PROGS) \ 83bin_PROGRAMS = $(STUD_PROGS) \
92 gnunet-service-dht \ 84 gnunet-service-dht \
93 gnunet-dht-get \ 85 gnunet-dht-get \
@@ -111,47 +103,6 @@ gnunet_service_dht_LDADD = \
111 $(top_builddir)/src/util/libgnunetutil.la \ 103 $(top_builddir)/src/util/libgnunetutil.la \
112 $(top_builddir)/src/dht/libgnunetdhtlog.la -lm 104 $(top_builddir)/src/dht/libgnunetdhtlog.la -lm
113 105
114gnunet_service_dht_can_SOURCES = \
115 dht_can.c dht_can_helper.c dht_can_helper.h
116gnunet_service_dht_can_LDADD = \
117 $(top_builddir)/src/statistics/libgnunetstatistics.la \
118 $(top_builddir)/src/core/libgnunetcore.la \
119 $(top_builddir)/src/transport/libgnunettransport.la \
120 $(top_builddir)/src/hello/libgnunethello.la \
121 $(top_builddir)/src/datacache/libgnunetdatacache.la \
122 $(top_builddir)/src/util/libgnunetutil.la
123
124gnunet_service_dht_freenet_SOURCES = \
125 dht_freenet.c
126gnunet_service_dht_freenet_LDADD = \
127 $(top_builddir)/src/statistics/libgnunetstatistics.la \
128 $(top_builddir)/src/core/libgnunetcore.la \
129 $(top_builddir)/src/transport/libgnunettransport.la \
130 $(top_builddir)/src/peerinfo/libgnunetpeerinfo.la \
131 $(top_builddir)/src/hello/libgnunethello.la \
132 $(top_builddir)/src/datacache/libgnunetdatacache.la \
133 $(top_builddir)/src/util/libgnunetutil.la
134
135gnunet_service_dht_kademlia_SOURCES = \
136 dht_kademlia.c dht_kademlia.h
137gnunet_service_dht_kademlia_LDADD = \
138 $(top_builddir)/src/statistics/libgnunetstatistics.la \
139 $(top_builddir)/src/core/libgnunetcore.la \
140 $(top_builddir)/src/transport/libgnunettransport.la \
141 $(top_builddir)/src/hello/libgnunethello.la \
142 $(top_builddir)/src/datacache/libgnunetdatacache.la \
143 $(top_builddir)/src/util/libgnunetutil.la
144
145gnunet_service_dht_koorde_SOURCES = \
146 dht_koorde.c dht_koorde.h
147gnunet_service_dht_koorde_LDADD = \
148 $(top_builddir)/src/statistics/libgnunetstatistics.la \
149 $(top_builddir)/src/core/libgnunetcore.la \
150 $(top_builddir)/src/transport/libgnunettransport.la \
151 $(top_builddir)/src/hello/libgnunethello.la \
152 $(top_builddir)/src/datacache/libgnunetdatacache.la \
153 $(top_builddir)/src/util/libgnunetutil.la
154
155gnunet_dht_get_SOURCES = \ 106gnunet_dht_get_SOURCES = \
156 gnunet-dht-get.c 107 gnunet-dht-get.c
157gnunet_dht_get_LDADD = \ 108gnunet_dht_get_LDADD = \