aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorDiego Elio 'Flameeyes' Pettenò <flameeyes@gmail.com>2009-08-07 11:04:58 +0200
committerKay Sievers <kay.sievers@vrfy.org>2009-08-07 19:15:31 +0200
commit3524b26220a424ce35bcfaf778002495f663eb26 (patch)
tree453798a5277a90ecc5afcb5521a6ea8f98caf3d4 /Makefile.am
parentc860480dbb7b6c41bb811d96d27291f3b99751d6 (diff)
downloadudev-3524b26220a424ce35bcfaf778002495f663eb26.tar.gz
Fix building of introspection library on top-level Makefile.am.
Since the library is in a subdirectory, it has to know where to look for it.
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 eeef6bea..93302185 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -516,6 +516,7 @@ extras/gudev/GUdev-1.0.gir: extras/gudev/libgudev-1.0.la $(G_IR_SCANNER) Makefil
--nsversion=1.0 \
--include=GObject-2.0 \
--library=gudev-1.0 \
+ --library-path=extras/gudev \
--output $@ \
--pkg=glib-2.0 \
--pkg=gobject-2.0 \