[next] telepathy-logger: tools: remove generated tp-glib-env script

Jonny Lamb jonny at kemper.freedesktop.org
Wed Aug 8 03:41:19 PDT 2012


Module: telepathy-logger
Branch: next
Commit: 2286d8f08cd6ab022fa6ff83f5fa0e84bdd6a738
URL:    http://cgit.freedesktop.org/telepathy/telepathy-logger/commit/?id=2286d8f08cd6ab022fa6ff83f5fa0e84bdd6a738

Author: Jonny Lamb <jonny.lamb at collabora.co.uk>
Date:   Wed Aug  8 11:40:47 2012 +0100

tools: remove generated tp-glib-env script

Signed-off-by: Jonny Lamb <jonny.lamb at collabora.co.uk>

---

 .gitignore               |    2 ++
 tools/telepathy-glib-env |    9 ---------
 2 files changed, 2 insertions(+), 9 deletions(-)

diff --git a/.gitignore b/.gitignore
index 0cd3df0..f6dcd12 100644
--- a/.gitignore
+++ b/.gitignore
@@ -86,6 +86,8 @@ tags
 /tests/dbus/dbus-1/session.conf
 /tests/dbus/capture-*.log
 
+/tools/telepathy-glib-env
+
 /po/Makefile.in.in
 /po/POTFILES
 /po/stamp-it
diff --git a/tools/telepathy-glib-env b/tools/telepathy-glib-env
deleted file mode 100755
index 8cc2995..0000000
--- a/tools/telepathy-glib-env
+++ /dev/null
@@ -1,9 +0,0 @@
-#!/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 "$@"



More information about the telepathy-commits mailing list