Codebase list empathy / debian/2.32.0.1-2 tools / telepathy-glib-env.in
debian/2.32.0.1-2

Tree @debian/2.32.0.1-2 (Download .tar.gz)

telepathy-glib-env.in @debian/2.32.0.1-2raw · 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 "$@"