summaryrefslogtreecommitdiff
path: root/build-aux
diff options
context:
space:
mode:
authorMathieu Lirzin <mthl@gnu.org>2016-07-16 18:16:39 +0200
committerMathieu Lirzin <mthl@gnu.org>2016-07-25 02:12:39 +0200
commit46c9d432eaa86d1733fd9a4c67f2302e072d6f8a (patch)
treee5965b69439ab748c8ea038ad73d3628237b52e4 /build-aux
parent730832c2fbb63da7278115b35d552b088a1a0a1b (diff)
downloadcuirass-46c9d432eaa86d1733fd9a4c67f2302e072d6f8a.tar
cuirass-46c9d432eaa86d1733fd9a4c67f2302e072d6f8a.tar.gz
database: Use an external SQL schema.
Diffstat (limited to 'build-aux')
-rw-r--r--build-aux/pre-inst-env.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/build-aux/pre-inst-env.in b/build-aux/pre-inst-env.in
index b92a1a1..e8d9487 100644
--- a/build-aux/pre-inst-env.in
+++ b/build-aux/pre-inst-env.in
@@ -24,6 +24,9 @@ GUILE_LOAD_COMPILED_PATH="$abs_top_builddir/src${GUILE_LOAD_COMPILED_PATH:+:}$GU
GUILE_LOAD_PATH="$abs_top_builddir/src:$abs_top_srcdir/src${GUILE_LOAD_PATH:+:}$GUILE_LOAD_PATH"
export GUILE_LOAD_COMPILED_PATH GUILE_LOAD_PATH
+CUIRASS_DATADIR="$abs_top_srcdir/src"
+export CUIRASS_DATADIR
+
PATH="$abs_top_builddir/bin:$PATH"
export PATH