aboutsummaryrefslogtreecommitdiff
path: root/src/testbed/buildvars.py.in
diff options
context:
space:
mode:
authorSree Harsha Totakura <totakura@in.tum.de>2013-09-03 13:56:59 +0000
committerSree Harsha Totakura <totakura@in.tum.de>2013-09-03 13:56:59 +0000
commit4131b927fffb82e9196f39c774506a63b538324f (patch)
treeaf3f6242662cdc765dab7f5403ac584fdd5b7450 /src/testbed/buildvars.py.in
parentd03b4469e0d1ccc0d670ebee14a354511fa56bda (diff)
downloadgnunet-4131b927fffb82e9196f39c774506a63b538324f.tar.gz
gnunet-4131b927fffb82e9196f39c774506a63b538324f.zip
- build system changes for testing barriers API
Diffstat (limited to 'src/testbed/buildvars.py.in')
-rw-r--r--src/testbed/buildvars.py.in24
1 files changed, 24 insertions, 0 deletions
diff --git a/src/testbed/buildvars.py.in b/src/testbed/buildvars.py.in
new file mode 100644
index 000000000..e1b7d7666
--- /dev/null
+++ b/src/testbed/buildvars.py.in
@@ -0,0 +1,24 @@
1# This file is part of GNUnet.
2# (C) 2008--2013 Christian Grothoff (and other contributing authors)
3#
4# GNUnet is free software; you can redistribute it and/or modify
5# it under the terms of the GNU General Public License as published
6# by the Free Software Foundation; either version 2, or (at your
7# option) any later version.
8#
9# GNUnet is distributed in the hope that it will be useful, but
10# WITHOUT ANY WARRANTY; without even the implied warranty of
11# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
12# General Public License for more details.
13#
14# You should have received a copy of the GNU General Public License
15# along with GNUnet; see the file COPYING. If not, write to the
16# Free Software Foundation, Inc., 59 Temple Place - Suite 330,
17# Boston, MA 02111-1307, USA.
18
19
20# file: testbed/buildvars.py
21# brief: file for importing variables from build syste into python
22# author: Sree Harsha Totakura
23
24libexecdir = '@libexecdir@'