aboutsummaryrefslogtreecommitdiff
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorMatthias Wachs <wachs@net.in.tum.de>2012-11-28 13:49:43 +0000
committerMatthias Wachs <wachs@net.in.tum.de>2012-11-28 13:49:43 +0000
commite941bd05a62f3e2d53d36beafbaf2eca3f39cc3b (patch)
treeca9a60b528a2c897b0c519d5fbd33f4d5dee7d73 /src/Makefile.am
parent5cec57cd094d584d3a5b034f02c68cfae05a496d (diff)
downloadgnunet-e941bd05a62f3e2d53d36beafbaf2eca3f39cc3b.tar.gz
gnunet-e941bd05a62f3e2d53d36beafbaf2eca3f39cc3b.zip
- move sysmon to experimental
Diffstat (limited to 'src/Makefile.am')
-rw-r--r--src/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index 9a240c8c6..4440f63ec 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 dv consensus 6 EXP_DIR = chat dv consensus sysmon
7endif 7endif
8 8
9if LINUX 9if LINUX