summaryrefslogtreecommitdiff
path: root/tools/telepathy-glib-env.in
diff options
context:
space:
mode:
authorSimon McVittie <simon.mcvittie@collabora.co.uk>2013-11-04 12:33:32 +0000
committerSimon McVittie <simon.mcvittie@collabora.co.uk>2013-11-04 12:33:32 +0000
commitdc2881155320bf12b3da69f72fe7ee44696602ff (patch)
tree6f7108876f456a196eea1ff37f30d6e01716e3cc /tools/telepathy-glib-env.in
parentc455172a97b0b49418fd2fa1e7bd5c6e0a118541 (diff)
downloadtelepathy-logger-next.tar.gz
This branch has been merged into telepathy-glibnext
Replace the entire source tree with a message indicating where to go.
Diffstat (limited to 'tools/telepathy-glib-env.in')
-rw-r--r--tools/telepathy-glib-env.in9
1 files changed, 0 insertions, 9 deletions
diff --git a/tools/telepathy-glib-env.in b/tools/telepathy-glib-env.in
deleted file mode 100644
index ddc47bf..0000000
--- a/tools/telepathy-glib-env.in
+++ /dev/null
@@ -1,9 +0,0 @@
-#!/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 "$@"