aboutsummaryrefslogtreecommitdiff
path: root/src/util/Makefile.am
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2010-06-22 16:30:43 +0000
committerChristian Grothoff <christian@grothoff.org>2010-06-22 16:30:43 +0000
commitd5b01c568df1eec766605aa5051e8bee254ae9ae (patch)
tree567e0c189d8640653a03a7229665a1ca1b61f3c8 /src/util/Makefile.am
parent1a363a9aaf1635a57c35b8ae615d53841d9445f7 (diff)
downloadgnunet-d5b01c568df1eec766605aa5051e8bee254ae9ae.tar.gz
gnunet-d5b01c568df1eec766605aa5051e8bee254ae9ae.zip
cleaning up server.c code and fixing mst bugs
Diffstat (limited to 'src/util/Makefile.am')
-rw-r--r--src/util/Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/util/Makefile.am b/src/util/Makefile.am
index 9aa96d13a..66259b3eb 100644
--- a/src/util/Makefile.am
+++ b/src/util/Makefile.am
@@ -143,6 +143,7 @@ check_PROGRAMS = \
143 perf_crypto_hash \ 143 perf_crypto_hash \
144 test_os_start_process 144 test_os_start_process
145 145
146
146TESTS = $(check_PROGRAMS) 147TESTS = $(check_PROGRAMS)
147 148
148 149
@@ -156,7 +157,7 @@ test_os_start_process_SOURCES = \
156 test_os_start_process.c 157 test_os_start_process.c
157test_os_start_process_LDADD = \ 158test_os_start_process_LDADD = \
158 $(top_builddir)/src/util/libgnunetutil.la 159 $(top_builddir)/src/util/libgnunetutil.la
159 160
160test_client_SOURCES = \ 161test_client_SOURCES = \
161 test_client.c 162 test_client.c
162test_client_LDADD = \ 163test_client_LDADD = \