aboutsummaryrefslogtreecommitdiff
path: root/src/util/Makefile.am
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2010-10-08 16:52:33 +0000
committerChristian Grothoff <christian@grothoff.org>2010-10-08 16:52:33 +0000
commit194224be3b68264c4147857604bed570bf3e8e36 (patch)
tree0f6ff9ff09015e56802c7fd5b3b0d40ff883eeb1 /src/util/Makefile.am
parent29a092166fa5713d3aae69a0edd8373438423e22 (diff)
downloadgnunet-194224be3b68264c4147857604bed570bf3e8e36.tar.gz
gnunet-194224be3b68264c4147857604bed570bf3e8e36.zip
die cpu load code, die
Diffstat (limited to 'src/util/Makefile.am')
-rw-r--r--src/util/Makefile.am7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/util/Makefile.am b/src/util/Makefile.am
index 40e867631..c8fd7dfba 100644
--- a/src/util/Makefile.am
+++ b/src/util/Makefile.am
@@ -52,7 +52,6 @@ libgnunetutil_la_SOURCES = \
52 load.c \ 52 load.c \
53 network.c \ 53 network.c \
54 os_installation.c \ 54 os_installation.c \
55 os_load.c \
56 os_network.c \ 55 os_network.c \
57 os_priority.c \ 56 os_priority.c \
58 peer.c \ 57 peer.c \
@@ -128,7 +127,6 @@ check_PROGRAMS = \
128 test_connection_timeout \ 127 test_connection_timeout \
129 test_connection_timeout_no_connect \ 128 test_connection_timeout_no_connect \
130 test_connection_transmit_cancel \ 129 test_connection_transmit_cancel \
131 test_os_load \
132 test_os_network \ 130 test_os_network \
133 test_os_priority \ 131 test_os_priority \
134 test_peer \ 132 test_peer \
@@ -292,11 +290,6 @@ test_connection_transmit_cancel_SOURCES = \
292test_connection_transmit_cancel_LDADD = \ 290test_connection_transmit_cancel_LDADD = \
293 $(top_builddir)/src/util/libgnunetutil.la 291 $(top_builddir)/src/util/libgnunetutil.la
294 292
295test_os_load_SOURCES = \
296 test_os_load.c
297test_os_load_LDADD = \
298 $(top_builddir)/src/util/libgnunetutil.la
299
300test_os_network_SOURCES = \ 293test_os_network_SOURCES = \
301 test_os_network.c 294 test_os_network.c
302test_os_network_LDADD = \ 295test_os_network_LDADD = \