summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDebarshi Ray <debarshir@freedesktop.org>2012-08-28 16:01:41 +0200
committerDebarshi Ray <debarshir@freedesktop.org>2012-08-28 19:38:00 +0200
commit9bdad6350a4efb753282906f837f839b596cbd68 (patch)
treeb5545dc3a87ee824eb83f3760a67815eabde314d
parent0ccc2f7770b52edc131adda66ddf60b10ebee1a6 (diff)
downloadtelepathy-logger-9bdad6350a4efb753282906f837f839b596cbd68.tar.gz
tools: Remove telepathy-glib-env from version control
It is generated during the build.
-rwxr-xr-xtools/telepathy-glib-env9
1 files changed, 0 insertions, 9 deletions
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 "$@"