[libwnck] [build] Do not dist gir_DATA



commit 10c55684e59ecfcf1f1ff86ec665c87c597ba9b9
Author: Yaakov Selkowitz <yselkowitz users sourceforge net>
Date:   Tue Jun 22 03:49:18 2010 +0200

    [build] 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=621728

 libwnck/Makefile.am |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/libwnck/Makefile.am b/libwnck/Makefile.am
index 840b032..42103b4 100644
--- a/libwnck/Makefile.am
+++ b/libwnck/Makefile.am
@@ -188,12 +188,12 @@ Wnck_1_0_gir_FILES = \
 INTROSPECTION_GIRS += Wnck-1.0.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
 
 -include $(top_srcdir)/git.mk



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