Set LD_LIBRARY_PATH when running g-ir-compiler
authorOwen W. Taylor <otaylor@fishsoup.net>
Mon, 17 Aug 2009 17:57:18 +0000 (13:57 -0400)
committerEmmanuele Bassi <ebassi@linux.intel.com>
Mon, 17 Aug 2009 21:39:12 +0000 (22:39 +0100)
commit5d7c2e7c4495b3d6f35ed3f4e50857f17b946872
tree3587d37f13e914ff848c0e7ef16fb68036640a32
parent4c1248c5e9b934b23bdabbfc3d2dabdb8bab0656
Set LD_LIBRARY_PATH when running g-ir-compiler

g-ir-compiler currently opens the library for the .gir it is compiling;
to make that work we need to set LD_LIBRARY_PATH before running
g-ir-compiler to include .libs.

(I think this may have been working earlier because there was a
hack that substituted .so with .la and tried opening that; that
works for the incorrect libclutter-glx-1.0.so but not for the
correct libclutter-glx-1.0.so.0)

http://bugzilla.openedhand.com/show_bug.cgi?id=1771
clutter/Makefile.am