aboutsummaryrefslogtreecommitdiff
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorSree Harsha Totakura <totakura@in.tum.de>2012-05-16 17:11:51 +0000
committerSree Harsha Totakura <totakura@in.tum.de>2012-05-16 17:11:51 +0000
commit6aceac9f6052d42ac0e803eadadeb250d8e70013 (patch)
treec5d0abb46f5370ed333b58584049d7c34d3a3efd /src/Makefile.am
parent015238ce88ad391ad693f9395ec247e0a53f8d40 (diff)
downloadgnunet-6aceac9f6052d42ac0e803eadadeb250d8e70013.tar.gz
gnunet-6aceac9f6052d42ac0e803eadadeb250d8e70013.zip
-added lockmanager to experimental build
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 ed8039f8b..f115fbf86 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 stream regex 6 EXP_DIR = chat dv stream regex lockmanager
7endif 7endif
8 8
9if LINUX 9if LINUX