Codebase list telepathy-glib / upstream/0.20.1 tools / telepathy-glib-env.in
upstream/0.20.1

Tree @upstream/0.20.1 (Download .tar.gz)

telepathy-glib-env.in @upstream/0.20.1raw · history · blame

1
2
3
4
5
6
7
8
9
#!/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 "$@"