diff options
author | Xavier Claessens <xavier.claessens@collabora.co.uk> | 2012-07-02 15:37:05 +0200 |
---|---|---|
committer | Xavier Claessens <xavier.claessens@collabora.co.uk> | 2012-07-03 12:09:56 +0200 |
commit | 4b7a97be0f8250af48c5b9f97cace813bc64c0f8 (patch) | |
tree | d438c36ea84e7b08d2d1c4abf0b197f1b4c81275 /tools/telepathy-glib-env | |
parent | b1046b3ee4cdd00323a4267a994dc67865a170b0 (diff) | |
download | telepathy-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-x | tools/telepathy-glib-env | 9 |
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 "$@" |