summaryrefslogtreecommitdiff
path: root/tools/telepathy-glib-env.in
diff options
context:
space:
mode:
authorXavier Claessens <xclaesse@src.gnome.org>2008-04-11 13:11:22 +0000
committerXavier Claessens <xclaesse@src.gnome.org>2008-04-11 13:11:22 +0000
commit92236b5ccc020a1e1062fbf8305a1bd8d2afb932 (patch)
treeb53508d522d164cd53f132743c00c3fe9d2f9ec5 /tools/telepathy-glib-env.in
parentffb2b1feee9bb01c821f6de64d6011c1bc6e01b1 (diff)
downloadtelepathy-account-widgets-92236b5ccc020a1e1062fbf8305a1bd8d2afb932.tar.gz
Update tools from tp-glib 0.7.6
svn path=/trunk/; revision=915
Diffstat (limited to 'tools/telepathy-glib-env.in')
-rw-r--r--tools/telepathy-glib-env.in9
1 files changed, 9 insertions, 0 deletions
diff --git a/tools/telepathy-glib-env.in b/tools/telepathy-glib-env.in
new file mode 100644
index 00000000..ddc47bfd
--- /dev/null
+++ b/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 "$@"