1
0
mirror of https://github.com/systemd/systemd.git synced 2025-03-25 18:50:18 +03:00

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.
This commit is contained in:
Diego Elio 'Flameeyes' Pettenò 2009-08-07 11:04:58 +02:00 committed by Kay Sievers
parent c860480dbb
commit 3524b26220

View 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 \