aboutsummaryrefslogtreecommitdiffstats
path: root/trunk/tools/telepathy-glib-env.in
diff options
context:
space:
mode:
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 "$@"