[libchamplain] Do not dist gir_DATA



commit 794fbddc76d5fdc79a93083020f159014ec57481
Author: Yaakov Selkowitz <yselkowitz users sourceforge net>
Date:   Tue Jun 15 23:06:54 2010 -0500

    Do not dist gir_DATA
    
    GIR files contain a shared-library attribute which varies per platform,
    and therefore must not be disted; see bug 621611 for rationale.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=621726

 champlain-gtk/Makefile.am |    4 ++--
 champlain/Makefile.am     |    4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/champlain-gtk/Makefile.am b/champlain-gtk/Makefile.am
index b22f769..42e221c 100644
--- a/champlain-gtk/Makefile.am
+++ b/champlain-gtk/Makefile.am
@@ -64,11 +64,11 @@ GtkChamplain_ CHAMPLAIN_API_VERSION_NORM@_gir_CFLAGS = \
 INTROSPECTION_GIRS += GtkChamplain- CHAMPLAIN_API_VERSION@.gir
 
 girdir = $(datadir)/gir-1.0
-dist_gir_DATA = $(INTROSPECTION_GIRS)
+gir_DATA = $(INTROSPECTION_GIRS)
 
 typelibdir = $(libdir)/girepository-1.0
 typelib_DATA = $(INTROSPECTION_GIRS:.gir=.typelib)
 
-CLEANFILES += $(dist_gir_DATA) $(typelib_DATA)
+CLEANFILES += $(gir_DATA) $(typelib_DATA)
 
 endif
diff --git a/champlain/Makefile.am b/champlain/Makefile.am
index 349e1c1..58df352 100644
--- a/champlain/Makefile.am
+++ b/champlain/Makefile.am
@@ -187,12 +187,12 @@ Champlain_ CHAMPLAIN_API_VERSION_NORM@_gir_CFLAGS = \
 INTROSPECTION_GIRS += Champlain- CHAMPLAIN_API_VERSION@.gir
 
 girdir = $(datadir)/gir-1.0
-dist_gir_DATA = $(INTROSPECTION_GIRS)
+gir_DATA = $(INTROSPECTION_GIRS)
 
 typelibdir = $(libdir)/girepository-1.0
 typelib_DATA = $(INTROSPECTION_GIRS:.gir=.typelib)
 
-CLEANFILES += $(dist_gir_DATA) $(typelib_DATA)
+CLEANFILES += $(gir_DATA) $(typelib_DATA)
 
 endif
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]