From 3871291ba3c1693b9b552ffe7a4302d4a9c043c0 Mon Sep 17 00:00:00 2001 From: Johan Dahlin Date: Thu, 31 Dec 2009 01:48:50 +0100 Subject: [PATCH] Make sure Gdk-2.0.gir is installed Fixes a variable name typo --- gdk/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gdk/Makefile.am b/gdk/Makefile.am index 7dfc1933b4..e1cd8c71ad 100644 --- a/gdk/Makefile.am +++ b/gdk/Makefile.am @@ -211,7 +211,7 @@ girdir = $(datadir)/gir-1.0 dist_gir_DATA = $(INTROSPECTION_GIRS) typelibsdir = $(libdir)/girepository-1.0 -typelibs_DATA = $(BUILT_GIRSOURCES:.gir=.typelib) +typelibs_DATA = $(INTROSPECTION_GIRS:.gir=.typelib) CLEANFILES += $(dist_gir_DATA) $(typelibs_DATA) endif