aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorMarco d'Itri <md@linux.it>2009-09-24 10:55:55 -0700
committerKay Sievers <kay.sievers@vrfy.org>2009-09-24 10:55:55 -0700
commit61c666c6b0fda22a6be125237290193a3e98907e (patch)
treeeb59c877354e7c0523a7c79f4cc4761037d9ffd3 /Makefile.am
parent4daa146bf71cea174271371a0eb3cf22719a550b (diff)
downloadudev-61c666c6b0fda22a6be125237290193a3e98907e.tar.gz
gudev: gir-scanner workaround for out of tree builds
Workaround for https://bugzilla.gnome.org/show_bug.cgi?id=562885
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index bc049b50..846152d8 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -367,6 +367,7 @@ extras/gudev/gudevenumtypes.c: extras/gudev/gudevenumtypes.c.template extras/gud
extras/gudev/GUdev-1.0.gir: extras/gudev/libgudev-1.0.la $(G_IR_SCANNER) Makefile.am
$(AM_V_GEN)PKG_CONFIG_PATH=$(top_builddir)/data:$$PKG_CONFIG_PATH \
+ LD_LIBRARY_PATH=$(top_builddir)/extras/gudev \
$(G_IR_SCANNER) -v \
--namespace GUdev \
--nsversion=1.0 \