aboutsummaryrefslogtreecommitdiff
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorFlorian Dold <florian.dold@gmail.com>2013-04-16 18:32:56 +0000
committerFlorian Dold <florian.dold@gmail.com>2013-04-16 18:32:56 +0000
commite77e2db24ef3681f207521e539a2c1ca3584efda (patch)
tree1bb5afd004527fa6ce1ca213571dcbc60fa55ef6 /src/Makefile.am
parentc5a460ec22898e2ce2c5c5b1d1a2abb083b8fc8d (diff)
downloadgnunet-e77e2db24ef3681f207521e539a2c1ca3584efda.tar.gz
gnunet-e77e2db24ef3681f207521e539a2c1ca3584efda.zip
added skeleton for gnunet set
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 d895b6095..ab51ee178 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 = gns chat consensus dv 6 EXP_DIR = gns chat consensus dv set
7endif 7endif
8 8
9if LINUX 9if LINUX