summaryrefslogtreecommitdiff
path: root/gir/Makefile.am
diff options
context:
space:
mode:
authorJohan Dahlin <johan@gnome.org>2008-08-21 15:10:02 +0000
committerJohan Dahlin <johan@src.gnome.org>2008-08-21 15:10:02 +0000
commit851faec61462ecbc5a131fbbd75cba487e9953b2 (patch)
treea70283faf9bf0fa8679116e53300972a975dca75 /gir/Makefile.am
parentf96480fd4e97cbdafd22469cb220a99017ad8249 (diff)
downloadgobject-introspection-851faec61462ecbc5a131fbbd75cba487e9953b2.tar.gz
Build and install the Gio.typelib too
2008-08-21 Johan Dahlin <johan@gnome.org> * gir/Makefile.am (typelibs_DATA): Build and install the Gio.typelib too svn path=/trunk/; revision=438
Diffstat (limited to 'gir/Makefile.am')
-rw-r--r--gir/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/gir/Makefile.am b/gir/Makefile.am
index e3f5de2e..044c031a 100644
--- a/gir/Makefile.am
+++ b/gir/Makefile.am
@@ -68,7 +68,7 @@ dist_gir_DATA = $(BUILT_SOURCES)
$(top_builddir)/tools/g-ir-compiler $< --raw -o $@
typelibsdir = $(datadir)/gitypelibs
-typelibs_DATA = GLib.typelib GObject.typelib
+typelibs_DATA = GLib.typelib GObject.typelib Gio.typelib
CLEANFILES += $(typelibs_DATA)
EXTRA_DIST = glib-2.0-good.gir gobject-2.0-good.gir gobject-2.0-gio.gir