aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2014-09-13 12:39:21 +0000
committerChristian Grothoff <christian@grothoff.org>2014-09-13 12:39:21 +0000
commite184df6030ab5c5374fe3b8a94482ff5a30c1580 (patch)
treefb23e34c6ee51b51cf597f7f5011be4b18d328e1
parent5a8cef27282ebb1441dcd17cfd412a06e430a4c7 (diff)
downloadgnunet-e184df6030ab5c5374fe3b8a94482ff5a30c1580.tar.gz
gnunet-e184df6030ab5c5374fe3b8a94482ff5a30c1580.zip
trying to do something about #3540
-rw-r--r--src/ats/Makefile.am22
-rw-r--r--src/block/Makefile.am6
-rw-r--r--src/fs/Makefile.am45
-rw-r--r--src/namecache/Makefile.am13
-rw-r--r--src/regex/Makefile.am37
-rw-r--r--src/util/service.c2
6 files changed, 79 insertions, 46 deletions
diff --git a/src/ats/Makefile.am b/src/ats/Makefile.am
index 533cddec7..d7a321522 100644
--- a/src/ats/Makefile.am
+++ b/src/ats/Makefile.am
@@ -45,12 +45,12 @@ gnunet_ats_solver_eval_SOURCES = \
45 gnunet-service-ats_normalization.c 45 gnunet-service-ats_normalization.c
46gnunet_ats_solver_eval_LDADD = \ 46gnunet_ats_solver_eval_LDADD = \
47 $(top_builddir)/src/util/libgnunetutil.la \ 47 $(top_builddir)/src/util/libgnunetutil.la \
48 libgnunetats.la \ 48 $(top_builddir)/src/ats/libgnunetats.la \
49 $(top_builddir)/src/statistics/libgnunetstatistics.la \ 49 $(top_builddir)/src/statistics/libgnunetstatistics.la \
50 $(LTLIBINTL) 50 $(LTLIBINTL)
51gnunet_ats_solver_eval_DEPENDENCIES = \ 51gnunet_ats_solver_eval_DEPENDENCIES = \
52 $(top_builddir)/src/util/libgnunetutil.la \ 52 $(top_builddir)/src/util/libgnunetutil.la \
53 libgnunetats.la \ 53 $(top_builddir)/src/ats/libgnunetats.la \
54 $(top_builddir)/src/statistics/libgnunetstatistics.la 54 $(top_builddir)/src/statistics/libgnunetstatistics.la
55 55
56libgnunetats_la_SOURCES = \ 56libgnunetats_la_SOURCES = \
@@ -66,12 +66,12 @@ libgnunetats_la_LDFLAGS = \
66libgnunet_plugin_ats_proportional_la_SOURCES = \ 66libgnunet_plugin_ats_proportional_la_SOURCES = \
67 plugin_ats_proportional.c 67 plugin_ats_proportional.c
68libgnunet_plugin_ats_proportional_la_LIBADD = \ 68libgnunet_plugin_ats_proportional_la_LIBADD = \
69 libgnunetats.la \ 69 $(top_builddir)/src/ats/libgnunetats.la \
70 $(top_builddir)/src/statistics/libgnunetstatistics.la \ 70 $(top_builddir)/src/statistics/libgnunetstatistics.la \
71 $(top_builddir)/src/util/libgnunetutil.la \ 71 $(top_builddir)/src/util/libgnunetutil.la \
72 $(LTLIBINTL) 72 $(LTLIBINTL)
73libgnunet_plugin_ats_proportional_la_DEPENDENCIES = \ 73libgnunet_plugin_ats_proportional_la_DEPENDENCIES = \
74 libgnunetats.la \ 74 $(top_builddir)/src/ats/libgnunetats.la \
75 $(top_builddir)/src/statistics/libgnunetstatistics.la \ 75 $(top_builddir)/src/statistics/libgnunetstatistics.la \
76 $(top_builddir)/src/util/libgnunetutil.la 76 $(top_builddir)/src/util/libgnunetutil.la
77libgnunet_plugin_ats_proportional_la_LDFLAGS = \ 77libgnunet_plugin_ats_proportional_la_LDFLAGS = \
@@ -82,13 +82,13 @@ if HAVE_LIBGLPK
82libgnunet_plugin_ats_mlp_la_SOURCES = \ 82libgnunet_plugin_ats_mlp_la_SOURCES = \
83 plugin_ats_mlp.c 83 plugin_ats_mlp.c
84libgnunet_plugin_ats_mlp_la_LIBADD = \ 84libgnunet_plugin_ats_mlp_la_LIBADD = \
85 libgnunetats.la \ 85 $(top_builddir)/src/ats/libgnunetats.la \
86 $(top_builddir)/src/statistics/libgnunetstatistics.la \ 86 $(top_builddir)/src/statistics/libgnunetstatistics.la \
87 $(top_builddir)/src/util/libgnunetutil.la 87 $(top_builddir)/src/util/libgnunetutil.la
88libgnunet_plugin_ats_mlp_la_LDFLAGS = \ 88libgnunet_plugin_ats_mlp_la_LDFLAGS = \
89 $(GN_PLUGIN_LDFLAGS) $(GN_LIBGLPK) 89 $(GN_PLUGIN_LDFLAGS) $(GN_LIBGLPK)
90libgnunet_plugin_ats_mlp_la_DEPENDENCIES = \ 90libgnunet_plugin_ats_mlp_la_DEPENDENCIES = \
91 libgnunetats.la \ 91 $(top_builddir)/src/ats/libgnunetats.la \
92 $(top_builddir)/src/statistics/libgnunetstatistics.la \ 92 $(top_builddir)/src/statistics/libgnunetstatistics.la \
93 $(top_builddir)/src/util/libgnunetutil.la 93 $(top_builddir)/src/util/libgnunetutil.la
94endif 94endif
@@ -96,14 +96,14 @@ endif
96libgnunet_plugin_ats_ril_la_SOURCES = \ 96libgnunet_plugin_ats_ril_la_SOURCES = \
97 plugin_ats_ril.c 97 plugin_ats_ril.c
98libgnunet_plugin_ats_ril_la_LIBADD = \ 98libgnunet_plugin_ats_ril_la_LIBADD = \
99 libgnunetats.la \ 99 $(top_builddir)/src/ats/libgnunetats.la \
100 $(top_builddir)/src/statistics/libgnunetstatistics.la \ 100 $(top_builddir)/src/statistics/libgnunetstatistics.la \
101 $(top_builddir)/src/util/libgnunetutil.la \ 101 $(top_builddir)/src/util/libgnunetutil.la \
102 $(LTLIBINTL) 102 $(LTLIBINTL)
103libgnunet_plugin_ats_ril_la_LDFLAGS = \ 103libgnunet_plugin_ats_ril_la_LDFLAGS = \
104 $(GN_PLUGIN_LDFLAGS) 104 $(GN_PLUGIN_LDFLAGS)
105libgnunet_plugin_ats_ril_la_DEPENDENCIES = \ 105libgnunet_plugin_ats_ril_la_DEPENDENCIES = \
106 libgnunetats.la \ 106 $(top_builddir)/src/ats/libgnunetats.la \
107 $(top_builddir)/src/statistics/libgnunetstatistics.la \ 107 $(top_builddir)/src/statistics/libgnunetstatistics.la \
108 $(top_builddir)/src/util/libgnunetutil.la 108 $(top_builddir)/src/util/libgnunetutil.la
109 109
@@ -120,10 +120,12 @@ gnunet_service_ats_SOURCES = \
120gnunet_service_ats_LDADD = \ 120gnunet_service_ats_LDADD = \
121 $(top_builddir)/src/statistics/libgnunetstatistics.la \ 121 $(top_builddir)/src/statistics/libgnunetstatistics.la \
122 $(top_builddir)/src/util/libgnunetutil.la \ 122 $(top_builddir)/src/util/libgnunetutil.la \
123 libgnunetats.la \ 123 $(top_builddir)/src/ats/libgnunetats.la \
124 $(GN_LIBINTL) 124 $(GN_LIBINTL)
125gnunet_service_ats_DEPENDENCIES = \ 125gnunet_service_ats_DEPENDENCIES = \
126 libgnunetats.la 126 $(top_builddir)/src/statistics/libgnunetstatistics.la \
127 $(top_builddir)/src/util/libgnunetutil.la \
128 $(top_builddir)/src/ats/libgnunetats.la
127 129
128if HAVE_TESTING 130if HAVE_TESTING
129TESTING_TESTS = \ 131TESTING_TESTS = \
diff --git a/src/block/Makefile.am b/src/block/Makefile.am
index bc077d3d9..b5863f1fa 100644
--- a/src/block/Makefile.am
+++ b/src/block/Makefile.am
@@ -26,7 +26,8 @@ libgnunet_plugin_block_template_la_LIBADD = \
26libgnunet_plugin_block_template_la_LDFLAGS = \ 26libgnunet_plugin_block_template_la_LDFLAGS = \
27 $(GN_PLUGIN_LDFLAGS) 27 $(GN_PLUGIN_LDFLAGS)
28libgnunet_plugin_block_template_la_DEPENDENCIES = \ 28libgnunet_plugin_block_template_la_DEPENDENCIES = \
29 libgnunetblock.la 29 $(top_builddir)/src/block/libgnunetblock.la \
30 $(top_builddir)/src/util/libgnunetutil.la
30 31
31libgnunet_plugin_block_test_la_SOURCES = \ 32libgnunet_plugin_block_test_la_SOURCES = \
32 plugin_block_test.c 33 plugin_block_test.c
@@ -37,7 +38,8 @@ libgnunet_plugin_block_test_la_LIBADD = \
37libgnunet_plugin_block_test_la_LDFLAGS = \ 38libgnunet_plugin_block_test_la_LDFLAGS = \
38 $(GN_PLUGIN_LDFLAGS) 39 $(GN_PLUGIN_LDFLAGS)
39libgnunet_plugin_block_test_la_DEPENDENCIES = \ 40libgnunet_plugin_block_test_la_DEPENDENCIES = \
40 libgnunetblock.la 41 $(top_builddir)/src/block/libgnunetblock.la \
42 $(top_builddir)/src/util/libgnunetutil.la
41 43
42 44
43libgnunetblock_la_SOURCES = \ 45libgnunetblock_la_SOURCES = \
diff --git a/src/fs/Makefile.am b/src/fs/Makefile.am
index 7e70be471..b7c581788 100644
--- a/src/fs/Makefile.am
+++ b/src/fs/Makefile.am
@@ -94,7 +94,8 @@ gnunet_directory_LDADD = \
94 -lextractor \ 94 -lextractor \
95 $(GN_LIBINTL) 95 $(GN_LIBINTL)
96gnunet_directory_DEPENDENCIES = \ 96gnunet_directory_DEPENDENCIES = \
97 libgnunetfs.la 97 $(top_builddir)/src/fs/libgnunetfs.la \
98 $(top_builddir)/src/util/libgnunetutil.la
98 99
99gnunet_fs_profiler_SOURCES = \ 100gnunet_fs_profiler_SOURCES = \
100 gnunet-fs-profiler.c 101 gnunet-fs-profiler.c
@@ -102,6 +103,9 @@ gnunet_fs_profiler_LDADD = \
102 $(top_builddir)/src/testbed/libgnunettestbed.la \ 103 $(top_builddir)/src/testbed/libgnunettestbed.la \
103 $(top_builddir)/src/util/libgnunetutil.la \ 104 $(top_builddir)/src/util/libgnunetutil.la \
104 $(GN_LIBINTL) 105 $(GN_LIBINTL)
106gnunet_fs_profiler_DEPENDENCIES = \
107 $(top_builddir)/src/testbed/libgnunettestbed.la \
108 $(top_builddir)/src/util/libgnunetutil.la
105 109
106gnunet_fs_SOURCES = \ 110gnunet_fs_SOURCES = \
107 gnunet-fs.c 111 gnunet-fs.c
@@ -120,7 +124,8 @@ gnunet_download_LDADD = \
120 $(top_builddir)/src/util/libgnunetutil.la \ 124 $(top_builddir)/src/util/libgnunetutil.la \
121 $(GN_LIBINTL) 125 $(GN_LIBINTL)
122gnunet_download_DEPENDENCIES = \ 126gnunet_download_DEPENDENCIES = \
123 libgnunetfs.la 127 $(top_builddir)/src/fs/libgnunetfs.la \
128 $(top_builddir)/src/util/libgnunetutil.la
124 129
125gnunet_publish_SOURCES = \ 130gnunet_publish_SOURCES = \
126 gnunet-publish.c 131 gnunet-publish.c
@@ -131,7 +136,8 @@ gnunet_publish_LDADD = \
131 -lextractor \ 136 -lextractor \
132 $(GN_LIBINTL) 137 $(GN_LIBINTL)
133gnunet_publish_DEPENDENCIES = \ 138gnunet_publish_DEPENDENCIES = \
134 libgnunetfs.la 139 $(top_builddir)/src/fs/libgnunetfs.la \
140 $(top_builddir)/src/util/libgnunetutil.la
135 141
136gnunet_auto_share_SOURCES = \ 142gnunet_auto_share_SOURCES = \
137 gnunet-auto-share.c 143 gnunet-auto-share.c
@@ -140,7 +146,7 @@ gnunet_auto_share_LDADD = \
140 -lextractor \ 146 -lextractor \
141 $(GN_LIBINTL) 147 $(GN_LIBINTL)
142gnunet_auto_share_DEPENDENCIES = \ 148gnunet_auto_share_DEPENDENCIES = \
143 libgnunetfs.la 149 $(top_builddir)/src/util/libgnunetutil.la
144 150
145gnunet_helper_fs_publish_SOURCES = \ 151gnunet_helper_fs_publish_SOURCES = \
146 gnunet-helper-fs-publish.c 152 gnunet-helper-fs-publish.c
@@ -149,7 +155,7 @@ gnunet_helper_fs_publish_LDADD = \
149 -lextractor \ 155 -lextractor \
150 $(GN_LIBINTL) 156 $(GN_LIBINTL)
151gnunet_helper_fs_publish_DEPENDENCIES = \ 157gnunet_helper_fs_publish_DEPENDENCIES = \
152 libgnunetfs.la 158 $(top_builddir)/src/util/libgnunetutil.la
153 159
154gnunet_search_SOURCES = \ 160gnunet_search_SOURCES = \
155 gnunet-search.c 161 gnunet-search.c
@@ -159,7 +165,9 @@ gnunet_search_LDADD = \
159 -lextractor \ 165 -lextractor \
160 $(GN_LIBINTL) 166 $(GN_LIBINTL)
161gnunet_search_DEPENDENCIES = \ 167gnunet_search_DEPENDENCIES = \
162 libgnunetfs.la 168 $(top_builddir)/src/fs/libgnunetfs.la \
169 $(top_builddir)/src/util/libgnunetutil.la
170
163 171
164gnunet_daemon_fsprofiler_SOURCES = \ 172gnunet_daemon_fsprofiler_SOURCES = \
165 gnunet-daemon-fsprofiler.c 173 gnunet-daemon-fsprofiler.c
@@ -169,7 +177,9 @@ gnunet_daemon_fsprofiler_LDADD = \
169 $(top_builddir)/src/util/libgnunetutil.la \ 177 $(top_builddir)/src/util/libgnunetutil.la \
170 $(GN_LIBINTL) 178 $(GN_LIBINTL)
171gnunet_daemon_fsprofiler_DEPENDENCIES = \ 179gnunet_daemon_fsprofiler_DEPENDENCIES = \
172 libgnunetfs.la 180 $(top_builddir)/src/fs/libgnunetfs.la \
181 $(top_builddir)/src/statistics/libgnunetstatistics.la \
182 $(top_builddir)/src/util/libgnunetutil.la
173 183
174gnunet_service_fs_SOURCES = \ 184gnunet_service_fs_SOURCES = \
175 gnunet-service-fs.c gnunet-service-fs.h \ 185 gnunet-service-fs.c gnunet-service-fs.h \
@@ -195,7 +205,16 @@ gnunet_service_fs_LDADD = \
195 $(top_builddir)/src/peerstore/libgnunetpeerstore.la \ 205 $(top_builddir)/src/peerstore/libgnunetpeerstore.la \
196 $(GN_LIBINTL) -lm 206 $(GN_LIBINTL) -lm
197gnunet_service_fs_DEPENDENCIES = \ 207gnunet_service_fs_DEPENDENCIES = \
198 libgnunetfs.la 208 $(top_builddir)/src/fs/libgnunetfs.la \
209 $(top_builddir)/src/dht/libgnunetdht.la \
210 $(top_builddir)/src/block/libgnunetblock.la \
211 $(top_builddir)/src/datastore/libgnunetdatastore.la \
212 $(top_builddir)/src/statistics/libgnunetstatistics.la \
213 $(top_builddir)/src/cadet/libgnunetcadet.la \
214 $(top_builddir)/src/ats/libgnunetats.la \
215 $(top_builddir)/src/core/libgnunetcore.la \
216 $(top_builddir)/src/util/libgnunetutil.la \
217 $(top_builddir)/src/peerstore/libgnunetpeerstore.la
199 218
200gnunet_unindex_SOURCES = \ 219gnunet_unindex_SOURCES = \
201 gnunet-unindex.c 220 gnunet-unindex.c
@@ -204,8 +223,8 @@ gnunet_unindex_LDADD = \
204 $(top_builddir)/src/util/libgnunetutil.la \ 223 $(top_builddir)/src/util/libgnunetutil.la \
205 $(GN_LIBINTL) 224 $(GN_LIBINTL)
206gnunet_unindex_DEPENDENCIES = \ 225gnunet_unindex_DEPENDENCIES = \
207 libgnunetfs.la 226 $(top_builddir)/src/fs/libgnunetfs.la \
208 227 $(top_builddir)/src/util/libgnunetutil.la
209 228
210libgnunet_plugin_block_fs_la_SOURCES = \ 229libgnunet_plugin_block_fs_la_SOURCES = \
211 plugin_block_fs.c 230 plugin_block_fs.c
@@ -217,11 +236,9 @@ libgnunet_plugin_block_fs_la_LIBADD = \
217libgnunet_plugin_block_fs_la_LDFLAGS = \ 236libgnunet_plugin_block_fs_la_LDFLAGS = \
218 $(GN_PLUGIN_LDFLAGS) 237 $(GN_PLUGIN_LDFLAGS)
219libgnunet_plugin_block_fs_la_DEPENDENCIES = \ 238libgnunet_plugin_block_fs_la_DEPENDENCIES = \
220 $(top_builddir)/src/util/libgnunetutil.la \
221 $(top_builddir)/src/block/libgnunetblock.la \ 239 $(top_builddir)/src/block/libgnunetblock.la \
222 libgnunetfs.la 240 $(top_builddir)/src/fs/libgnunetfs.la \
223 241 $(top_builddir)/src/util/libgnunetutil.la
224
225 242
226if HAVE_BENCHMARKS 243if HAVE_BENCHMARKS
227 FS_BENCHMARKS = \ 244 FS_BENCHMARKS = \
diff --git a/src/namecache/Makefile.am b/src/namecache/Makefile.am
index 4f2c073fa..16015e39f 100644
--- a/src/namecache/Makefile.am
+++ b/src/namecache/Makefile.am
@@ -79,13 +79,12 @@ gnunet_namecache_SOURCES = \
79gnunet_namecache_LDADD = \ 79gnunet_namecache_LDADD = \
80 $(top_builddir)/src/gnsrecord/libgnunetgnsrecord.la \ 80 $(top_builddir)/src/gnsrecord/libgnunetgnsrecord.la \
81 $(top_builddir)/src/util/libgnunetutil.la \ 81 $(top_builddir)/src/util/libgnunetutil.la \
82 libgnunetnamecache.la \ 82 $(top_builddir)/src/namecache/libgnunetnamecache.la \
83 $(GN_LIBINTL) 83 $(GN_LIBINTL)
84gnunet_namecache_DEPENDENCIES = \ 84gnunet_namecache_DEPENDENCIES = \
85 $(top_builddir)/src/identity/libgnunetidentity.la \ 85 $(top_builddir)/src/identity/libgnunetidentity.la \
86 $(top_builddir)/src/util/libgnunetutil.la \ 86 $(top_builddir)/src/util/libgnunetutil.la \
87 libgnunetnamecache.la 87 $(top_builddir)/src/namecache/libgnunetnamecache.la
88
89 88
90gnunet_service_namecache_SOURCES = \ 89gnunet_service_namecache_SOURCES = \
91 gnunet-service-namecache.c 90 gnunet-service-namecache.c
@@ -94,12 +93,12 @@ gnunet_service_namecache_LDADD = \
94 $(top_builddir)/src/gnsrecord/libgnunetgnsrecord.la \ 93 $(top_builddir)/src/gnsrecord/libgnunetgnsrecord.la \
95 $(top_builddir)/src/statistics/libgnunetstatistics.la \ 94 $(top_builddir)/src/statistics/libgnunetstatistics.la \
96 $(top_builddir)/src/util/libgnunetutil.la \ 95 $(top_builddir)/src/util/libgnunetutil.la \
97 libgnunetnamecache.la \ 96 $(top_builddir)/src/namecache/libgnunetnamecache.la \
98 $(GN_LIBINTL) 97 $(GN_LIBINTL)
99gnunet_service_namecache_DEPENDENCIES = \ 98gnunet_service_namecache_DEPENDENCIES = \
100 $(top_builddir)/src/statistics/libgnunetstatistics.la \ 99 $(top_builddir)/src/statistics/libgnunetstatistics.la \
101 $(top_builddir)/src/util/libgnunetutil.la \ 100 $(top_builddir)/src/util/libgnunetutil.la \
102 libgnunetnamecache.la 101 $(top_builddir)/src/namecache/libgnunetnamecache.la
103 102
104 103
105plugin_LTLIBRARIES = \ 104plugin_LTLIBRARIES = \
@@ -118,7 +117,7 @@ libgnunet_plugin_namecache_sqlite_la_LDFLAGS = \
118libgnunet_plugin_namecache_sqlite_la_DEPENDENCIES = \ 117libgnunet_plugin_namecache_sqlite_la_DEPENDENCIES = \
119 $(top_builddir)/src/statistics/libgnunetstatistics.la \ 118 $(top_builddir)/src/statistics/libgnunetstatistics.la \
120 $(top_builddir)/src/util/libgnunetutil.la \ 119 $(top_builddir)/src/util/libgnunetutil.la \
121 libgnunetnamecache.la 120 $(top_builddir)/src/namecache/libgnunetnamecache.la
122 121
123 122
124libgnunet_plugin_namecache_postgres_la_SOURCES = \ 123libgnunet_plugin_namecache_postgres_la_SOURCES = \
@@ -135,7 +134,7 @@ libgnunet_plugin_namecache_postgres_la_DEPENDENCIES = \
135 $(top_builddir)/src/postgres/libgnunetpostgres.la \ 134 $(top_builddir)/src/postgres/libgnunetpostgres.la \
136 $(top_builddir)/src/statistics/libgnunetstatistics.la \ 135 $(top_builddir)/src/statistics/libgnunetstatistics.la \
137 $(top_builddir)/src/util/libgnunetutil.la \ 136 $(top_builddir)/src/util/libgnunetutil.la \
138 libgnunetnamecache.la 137 $(top_builddir)/src/namecache/libgnunetnamecache.la
139 138
140test_namecache_api_cache_block_SOURCES = \ 139test_namecache_api_cache_block_SOURCES = \
141 test_namecache_api_cache_block.c 140 test_namecache_api_cache_block.c
diff --git a/src/regex/Makefile.am b/src/regex/Makefile.am
index 775b0d95d..428dccda2 100644
--- a/src/regex/Makefile.am
+++ b/src/regex/Makefile.am
@@ -83,7 +83,9 @@ libgnunet_plugin_block_regex_la_LIBADD = \
83libgnunet_plugin_block_regex_la_LDFLAGS = \ 83libgnunet_plugin_block_regex_la_LDFLAGS = \
84 $(GN_PLUGIN_LDFLAGS) 84 $(GN_PLUGIN_LDFLAGS)
85libgnunet_plugin_block_regex_la_DEPENDENCIES = \ 85libgnunet_plugin_block_regex_la_DEPENDENCIES = \
86 libgnunetregexblock.la 86 $(top_builddir)/src/regex/libgnunetregexblock.la \
87 $(top_builddir)/src/block/libgnunetblock.la \
88 $(top_builddir)/src/util/libgnunetutil.la
87 89
88if HAVE_MYSQL 90if HAVE_MYSQL
89noinst_mysql_progs = \ 91noinst_mysql_progs = \
@@ -95,9 +97,12 @@ gnunet_regex_simulation_profiler_LDADD = \
95 $(top_builddir)/src/util/libgnunetutil.la \ 97 $(top_builddir)/src/util/libgnunetutil.la \
96 $(top_builddir)/src/regex/libgnunetregex_internal.a \ 98 $(top_builddir)/src/regex/libgnunetregex_internal.a \
97 $(top_builddir)/src/dht/libgnunetdht.la \ 99 $(top_builddir)/src/dht/libgnunetdht.la \
98 $(top_builddir)/src/mysql/libgnunetmysql.la 100 $(top_builddir)/src/mysql/libgnunetmysql.la
99gnunet_regex_simulation_profiler_DEPENDENCIES = \ 101gnunet_regex_simulation_profiler_DEPENDENCIES = \
100 libgnunetregex_internal.a 102 $(top_builddir)/src/util/libgnunetutil.la \
103 $(top_builddir)/src/regex/libgnunetregex_internal.a \
104 $(top_builddir)/src/dht/libgnunetdht.la \
105 $(top_builddir)/src/mysql/libgnunetmysql.la
101endif 106endif
102 107
103libgnunetregextest_a_SOURCES = \ 108libgnunetregextest_a_SOURCES = \
@@ -108,6 +113,7 @@ libgnunetregextest_a_LIBADD = \
108 $(top_builddir)/src/util/libgnunetutil.la \ 113 $(top_builddir)/src/util/libgnunetutil.la \
109 $(top_builddir)/src/regex/libgnunetregex_internal.a 114 $(top_builddir)/src/regex/libgnunetregex_internal.a
110libgnunetregextest_a_DEPENDENCIES = \ 115libgnunetregextest_a_DEPENDENCIES = \
116 $(top_builddir)/src/util/libgnunetutil.la \
111 libgnunetregex_internal.a 117 libgnunetregex_internal.a
112 118
113if HAVE_TESTING 119if HAVE_TESTING
@@ -125,8 +131,11 @@ perf_regex_LDADD = -lm \
125 $(top_builddir)/src/regex/libgnunetregextest.a \ 131 $(top_builddir)/src/regex/libgnunetregextest.a \
126 $(top_builddir)/src/util/libgnunetutil.la 132 $(top_builddir)/src/util/libgnunetutil.la
127perf_regex_DEPENDENCIES = \ 133perf_regex_DEPENDENCIES = \
128 libgnunetregex_internal.a \ 134 $(top_builddir)/src/regex/libgnunetregex_internal.a \
129 libgnunetregextest.a 135 $(top_builddir)/src/dht/libgnunetdht.la \
136 $(top_builddir)/src/regex/libgnunetregexblock.la \
137 $(top_builddir)/src/regex/libgnunetregextest.a \
138 $(top_builddir)/src/util/libgnunetutil.la
130 139
131gnunet_regex_profiler_SOURCES = \ 140gnunet_regex_profiler_SOURCES = \
132 gnunet-regex-profiler.c 141 gnunet-regex-profiler.c
@@ -141,10 +150,13 @@ gnunet_regex_profiler_LDADD = -lm \
141 $(top_builddir)/src/util/libgnunetutil.la 150 $(top_builddir)/src/util/libgnunetutil.la
142gnunet_regex_profiler_DEPENDENCIES = \ 151gnunet_regex_profiler_DEPENDENCIES = \
143 $(top_builddir)/src/arm/libgnunetarm.la \ 152 $(top_builddir)/src/arm/libgnunetarm.la \
153 $(top_builddir)/src/testbed/libgnunettestbed.la \
154 $(top_builddir)/src/regex/libgnunetregex_internal.a \
144 $(top_builddir)/src/dht/libgnunetdht.la \ 155 $(top_builddir)/src/dht/libgnunetdht.la \
145 libgnunetregex_internal.a \ 156 $(top_builddir)/src/regex/libgnunetregexblock.la \
146 libgnunetregextest.a 157 $(top_builddir)/src/regex/libgnunetregextest.a \
147 158 $(top_builddir)/src/statistics/libgnunetstatistics.la \
159 $(top_builddir)/src/util/libgnunetutil.la
148 160
149gnunet_daemon_regexprofiler_SOURCES = \ 161gnunet_daemon_regexprofiler_SOURCES = \
150 gnunet-daemon-regexprofiler.c 162 gnunet-daemon-regexprofiler.c
@@ -156,11 +168,12 @@ gnunet_daemon_regexprofiler_LDADD = -lm \
156 $(top_builddir)/src/statistics/libgnunetstatistics.la \ 168 $(top_builddir)/src/statistics/libgnunetstatistics.la \
157 $(top_builddir)/src/util/libgnunetutil.la 169 $(top_builddir)/src/util/libgnunetutil.la
158gnunet_daemon_regexprofiler_DEPENDENCIES = \ 170gnunet_daemon_regexprofiler_DEPENDENCIES = \
171 $(top_builddir)/src/regex/libgnunetregex_internal.a \
159 $(top_builddir)/src/dht/libgnunetdht.la \ 172 $(top_builddir)/src/dht/libgnunetdht.la \
160 libgnunetregextest.a \ 173 $(top_builddir)/src/regex/libgnunetregexblock.la \
161 libgnunetregex_internal.a 174 $(top_builddir)/src/regex/libgnunetregextest.a \
162 175 $(top_builddir)/src/statistics/libgnunetstatistics.la \
163 176 $(top_builddir)/src/util/libgnunetutil.la
164 177
165check_PROGRAMS = \ 178check_PROGRAMS = \
166 test_regex_eval_api \ 179 test_regex_eval_api \
diff --git a/src/util/service.c b/src/util/service.c
index a6165b8d5..4e3c232f9 100644
--- a/src/util/service.c
+++ b/src/util/service.c
@@ -460,7 +460,7 @@ process_acl6 (struct GNUNET_STRINGS_IPv6NetworkPolicy **ret, struct GNUNET_SERVI
460 * @param saddrs array to update 460 * @param saddrs array to update
461 * @param saddrlens where to store the address length 461 * @param saddrlens where to store the address length
462 * @param unixpath path to add 462 * @param unixpath path to add
463 * @param abstract GNUNET_YES to add an abstract UNIX domain socket. This 463 * @param abstract #GNUNET_YES to add an abstract UNIX domain socket. This
464 * parameter is ignore on systems other than LINUX 464 * parameter is ignore on systems other than LINUX
465 */ 465 */
466static void 466static void