aboutsummaryrefslogtreecommitdiff
path: root/src/util/Makefile.am
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2010-03-12 15:22:30 +0000
committerChristian Grothoff <christian@grothoff.org>2010-03-12 15:22:30 +0000
commit81319e2d948d9e36e88078e92759a9f2c1749023 (patch)
treeb59b4081394a4bf7f803e551d0c4dacc854c4e4e /src/util/Makefile.am
parent06fc9ff449ba2b6c83b98afa170a3b96d7e2a7ef (diff)
downloadgnunet-81319e2d948d9e36e88078e92759a9f2c1749023.tar.gz
gnunet-81319e2d948d9e36e88078e92759a9f2c1749023.zip
removing ps, does not work
Diffstat (limited to 'src/util/Makefile.am')
-rw-r--r--src/util/Makefile.am5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/util/Makefile.am b/src/util/Makefile.am
index 81e6f79d8..d3f72091c 100644
--- a/src/util/Makefile.am
+++ b/src/util/Makefile.am
@@ -97,9 +97,6 @@ libgnunet_plugin_test_la_SOURCES = \
97libgnunet_plugin_test_la_LDFLAGS = \ 97libgnunet_plugin_test_la_LDFLAGS = \
98 $(GN_PLUGIN_LDFLAGS) 98 $(GN_PLUGIN_LDFLAGS)
99 99
100check_SCRIPTS = \
101 prep_script.sh
102
103check_PROGRAMS = \ 100check_PROGRAMS = \
104 test_bio \ 101 test_bio \
105 test_client \ 102 test_client \
@@ -146,7 +143,7 @@ check_PROGRAMS = \
146 perf_crypto_hash \ 143 perf_crypto_hash \
147 test_os_start_process 144 test_os_start_process
148 145
149TESTS = $(check_SCRIPTS) $(check_PROGRAMS) 146TESTS = $(check_PROGRAMS)
150 147
151 148
152test_bio_SOURCES = \ 149test_bio_SOURCES = \