[atk] Do not dist gir_DATA



commit 7c4ce738a0d81d8dcae66528e322298b2a245d27
Author: Yaakov Selkowitz <yselkowitz users sourceforge net>
Date:   Tue Jun 15 21:18:38 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 621211 for rationale.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=621717

 atk/Makefile.am |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/atk/Makefile.am b/atk/Makefile.am
index a900965..0f696e4 100644
--- a/atk/Makefile.am
+++ b/atk/Makefile.am
@@ -168,12 +168,12 @@ Atk_1_0_gir_FILES = \
 INTROSPECTION_GIRS += Atk-1.0.gir
 
 girdir = $(datadir)/gir-1.0
-dist_gir_DATA = $(INTROSPECTION_GIRS)
+gir_DATA = $(INTROSPECTION_GIRS)
 
 typelibsdir = $(libdir)/girepository-1.0
 typelibs_DATA = $(INTROSPECTION_GIRS:.gir=.typelib)
 
-CLEANFILES += $(dist_gir_DATA) $(typelibs_DATA)
+CLEANFILES += $(gir_DATA) $(typelibs_DATA)
 endif
 
 # ---------- Win32 stuff ----------



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