]> git.0d.be Git - empathy.git/blob - tools/telepathy-glib-env.in
Be more compatible with Facebook emoticon codes
[empathy.git] / tools / telepathy-glib-env.in
1 #!/bin/sh
2 abs_top_builddir="@abs_top_builddir@"
3 export abs_top_builddir
4 LD_LIBRARY_PATH="${abs_top_builddir}/telepathy-glib/.libs${LD_LIBRARY_PATH:+":${LD_LIBRARY_PATH}"}"
5 export LD_LIBRARY_PATH
6 G_DEBUG="fatal_criticals,fatal_warnings${G_DEBUG:+",${G_DEBUG}"}"
7 export G_DEBUG
8
9 exec "$@"