Makefile-gir.am: Fix explicit dependency of DBusGLib on GObject
authorColin Walters <walters@verbum.org>
Thu, 11 Nov 2010 22:51:00 +0000 (17:51 -0500)
committerColin Walters <walters@verbum.org>
Thu, 11 Nov 2010 22:51:00 +0000 (17:51 -0500)
Because of Makefile.introspection, the .typelibs are still put in
gir/.

Makefile-gir.am

index 062eb85..4798a79 100644 (file)
@@ -76,7 +76,7 @@ BUILT_GIRSOURCES += GLib-2.0.gir
 
 GLib-2.0.gir: g-ir-scanner g-ir-compiler
 
-DBusGLib-1.0.typelib: GObject-2.0.gir
+gir/DBusGLib-1.0.typelib: GObject-2.0.gir
 
 # gobject
 GOBJECT_INCLUDEDIR=$(shell pkg-config --variable=includedir gobject-2.0)/glib-2.0