[gobject-introspection] nonrecursive build: Fix typelib installation
- From: Colin Walters <walters src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gobject-introspection] nonrecursive build: Fix typelib installation
- Date: Thu, 11 Nov 2010 17:57:00 +0000 (UTC)
commit 1c6dcac6e99ff48408f3609530ae8340059f7c9a
Author: Alban Browaeys <prahal yahoo com>
Date: Thu Nov 11 12:50:24 2010 -0500
nonrecursive build: Fix typelib installation
Makefile-gir.am | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/Makefile-gir.am b/Makefile-gir.am
index 393abba..373bb03 100644
--- a/Makefile-gir.am
+++ b/Makefile-gir.am
@@ -198,6 +198,6 @@ girdir = $(GIR_DIR)
gir_DATA = $(STATIC_GIRSOURCES) $(BUILT_GIRSOURCES)
typelibsdir = $(libdir)/girepository-1.0
-typelibs_DATA = $(GIRSOURCES:.gir=.typelib)
+typelibs_DATA = $(gir_DATA:.gir=.typelib)
CLEANFILES += $(typelibs_DATA)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]