summaryrefslogtreecommitdiff
path: root/tools/telepathy-glib-env
diff options
context:
space:
mode:
authorXavier Claessens <xavier.claessens@collabora.co.uk>2012-07-02 15:37:05 +0200
committerXavier Claessens <xavier.claessens@collabora.co.uk>2012-07-03 12:09:56 +0200
commit4b7a97be0f8250af48c5b9f97cace813bc64c0f8 (patch)
treed438c36ea84e7b08d2d1c4abf0b197f1b4c81275 /tools/telepathy-glib-env
parentb1046b3ee4cdd00323a4267a994dc67865a170b0 (diff)
downloadtelepathy-logger-4b7a97be0f8250af48c5b9f97cace813bc64c0f8.tar.gz
Update tools/ copy from telepathy-glib
This avoid single include from generated code
Diffstat (limited to 'tools/telepathy-glib-env')
-rwxr-xr-xtools/telepathy-glib-env9
1 files changed, 9 insertions, 0 deletions
diff --git a/tools/telepathy-glib-env b/tools/telepathy-glib-env
new file mode 100755
index 0000000..8cc2995
--- /dev/null
+++ b/tools/telepathy-glib-env
@@ -0,0 +1,9 @@
+#!/bin/sh
+abs_top_builddir="/home/xclaesse/programmation/telepathy-logger"
+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 "$@"