aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorMatthias Wachs <wachs@net.in.tum.de>2013-04-08 13:06:15 +0000
committerMatthias Wachs <wachs@net.in.tum.de>2013-04-08 13:06:15 +0000
commitc9765f56c2ddf0a77c35e666073cc64fe991a074 (patch)
treed0dbe417fe166a548f5df4f3fa754eda6fe00602 /src
parent69af51a5a82110ce63aceca65dab5cae18c0fb9a (diff)
downloadgnunet-c9765f56c2ddf0a77c35e666073cc64fe991a074.tar.gz
gnunet-c9765f56c2ddf0a77c35e666073cc64fe991a074.zip
remove sysmon and disable libgtop check since it is not working on planetlab anyway
Diffstat (limited to 'src')
-rw-r--r--src/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index 1616c9cb3..771432a91 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -3,7 +3,7 @@
3#endif 3#endif
4 4
5if HAVE_EXPERIMENTAL 5if HAVE_EXPERIMENTAL
6 EXP_DIR = chat consensus dv sysmon 6 EXP_DIR = chat consensus dv
7endif 7endif
8 8
9if LINUX 9if LINUX