aboutsummaryrefslogtreecommitdiff
path: root/src/util
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2014-11-30 21:00:06 +0000
committerChristian Grothoff <christian@grothoff.org>2014-11-30 21:00:06 +0000
commit21309bc4672041b0ae505dfed2e5665d16d89599 (patch)
treee22668a6d9d2679386afb25f07a781cfc60611aa /src/util
parentb55fbe08e368c3b77897615c577ff9b537485e26 (diff)
downloadgnunet-21309bc4672041b0ae505dfed2e5665d16d89599.tar.gz
gnunet-21309bc4672041b0ae505dfed2e5665d16d89599.zip
-code cleanups
Diffstat (limited to 'src/util')
-rw-r--r--src/util/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/util/Makefile.am b/src/util/Makefile.am
index 6aa32db08..4613be59c 100644
--- a/src/util/Makefile.am
+++ b/src/util/Makefile.am
@@ -291,7 +291,7 @@ test_bio_LDADD = \
291test_os_start_process_SOURCES = \ 291test_os_start_process_SOURCES = \
292 test_os_start_process.c 292 test_os_start_process.c
293test_os_start_process_LDADD = \ 293test_os_start_process_LDADD = \
294 libgnunetutil.la 294 libgnunetutil.la
295test_os_start_process_DEPENDENCIES = \ 295test_os_start_process_DEPENDENCIES = \
296 libgnunetutil.la \ 296 libgnunetutil.la \
297 $(WINCAT) 297 $(WINCAT)