diff options
author | Marco Barisione <marco.barisione@collabora.co.uk> | 2013-08-01 22:39:34 +0800 |
---|---|---|
committer | Marco Barisione <marco.barisione@collabora.co.uk> | 2013-08-20 19:11:11 +0800 |
commit | 2269246c68289af5406a9d1006ce4b38d28696ef (patch) | |
tree | c0067a9a77b600c4c114ff7424c3dae45a023879 /tools | |
parent | 80137708540beac4d4c43cfc4da0fcaef41c6478 (diff) | |
download | gsoc2013-empathy-2269246c68289af5406a9d1006ce4b38d28696ef.tar.gz gsoc2013-empathy-2269246c68289af5406a9d1006ce4b38d28696ef.tar.zst gsoc2013-empathy-2269246c68289af5406a9d1006ce4b38d28696ef.zip |
empathy-env.in: set TPAW_SRCDIR
Diffstat (limited to 'tools')
-rw-r--r-- | tools/empathy-env.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tools/empathy-env.in b/tools/empathy-env.in index 3de477910..3c9e1e363 100644 --- a/tools/empathy-env.in +++ b/tools/empathy-env.in @@ -3,6 +3,9 @@ abs_top_builddir="@abs_top_builddir@" export abs_top_builddir EMPATHY_SRCDIR=$abs_top_builddir export EMPATHY_SRCDIR +TPAW_SRCDIR="${EMPATHY_SRCDIR}/telepathy-account-widgets" +export TPAW_SRCDIR +export EMPATHY_SRCDIR GSETTINGS_SCHEMA_DIR="${EMPATHY_SRCDIR}/data/" export GSETTINGS_SCHEMA_DIR |