chiark / gitweb /
Fix building of introspection library on top-level Makefile.am.
authorDiego Elio 'Flameeyes' Pettenò <flameeyes@gmail.com>
Fri, 7 Aug 2009 09:04:58 +0000 (11:04 +0200)
committerKay Sievers <kay.sievers@vrfy.org>
Fri, 7 Aug 2009 17:15:31 +0000 (19:15 +0200)
Since the library is in a subdirectory, it has to know where to look for
it.

Makefile.am

index eeef6beadbc213db77a93b81cfbad2098192848b..93302185e31b22e95673716e34b02f1b1eb91be1 100644 (file)
@@ -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 \