repo.or.cz
/
nijm-empathy.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
3.11.92
[nijm-empathy.git]
/
tools
/
telepathy-glib-env.in
blob
ddc47bfd83609f389af95b3ef4da4552e6066b74
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
"$@"