aboutsummaryrefslogtreecommitdiffstats
path: root/trunk/tools/telepathy-glib-env.in
diff options
context:
space:
mode:
authorXavier Claessens <xclaesse@src.gnome.org>2008-05-17 00:36:33 +0800
committerXavier Claessens <xclaesse@src.gnome.org>2008-05-17 00:36:33 +0800
commit2fa6db9433540394d8149609498cca5ddc9df54b (patch)
treee2a0f43e5054c4f2b2142406bf1a2f79adf23983 /trunk/tools/telepathy-glib-env.in
parent7308e23186a01d08d29683aeeeba6cb198a834fa (diff)
downloadgsoc2013-empathy-2fa6db9433540394d8149609498cca5ddc9df54b.tar
gsoc2013-empathy-2fa6db9433540394d8149609498cca5ddc9df54b.tar.gz
gsoc2013-empathy-2fa6db9433540394d8149609498cca5ddc9df54b.tar.bz2
gsoc2013-empathy-2fa6db9433540394d8149609498cca5ddc9df54b.tar.lz
gsoc2013-empathy-2fa6db9433540394d8149609498cca5ddc9df54b.tar.xz
gsoc2013-empathy-2fa6db9433540394d8149609498cca5ddc9df54b.tar.zst
gsoc2013-empathy-2fa6db9433540394d8149609498cca5ddc9df54b.zip
Tagged for release 0.23.2.EMPATHY_0_23_2
svn path=/tags/EMPATHY_0_23_2/; revision=1106
Diffstat (limited to 'trunk/tools/telepathy-glib-env.in')
-rw-r--r--trunk/tools/telepathy-glib-env.in9
1 files changed, 9 insertions, 0 deletions
diff --git a/trunk/tools/telepathy-glib-env.in b/trunk/tools/telepathy-glib-env.in
new file mode 100644
index 000000000..ddc47bfd8
--- /dev/null
+++ b/trunk/tools/telepathy-glib-env.in
@@ -0,0 +1,9 @@
+#!/bin/sh
+abs_top_builddir="@abs_top_builddir@"
+export abs_top_builddir
+LD_LIBRARY_PATH="${abs_top_builddir}/telepathy-glib/.libs${LD_LIBRARY_PATH:+":${LD_LIBRARY_PATH}"}"
+export LD_LIBRARY_PATH
+G_DEBUG="fatal_criticals,fatal_warnings${G_DEBUG:+",${G_DEBUG}"}"
+export G_DEBUG
+
+exec "$@"