[gtk+/native-layout] Make sure Gdk-2.0.gir is installed
- From: Tristan Van Berkom <tvb src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk+/native-layout] Make sure Gdk-2.0.gir is installed
- Date: Sun, 4 Apr 2010 02:13:29 +0000 (UTC)
commit 3871291ba3c1693b9b552ffe7a4302d4a9c043c0
Author: Johan Dahlin <johan gnome org>
Date: Thu Dec 31 01:48:50 2009 +0100
Make sure Gdk-2.0.gir is installed
Fixes a variable name typo
gdk/Makefile.am | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/gdk/Makefile.am b/gdk/Makefile.am
index 7dfc193..e1cd8c7 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
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]