[libpeas] Do not dist gir_DATA



commit a849ed1f3fe801efb93875d0201188283b8c84a2
Author: Garrett Regier <alias301 gmail com>
Date:   Tue Jun 29 03:22:18 2010 -0700

    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.

 libpeas/Makefile.am   |    4 ++--
 libpeasui/Makefile.am |    4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/libpeas/Makefile.am b/libpeas/Makefile.am
index 08aa2bb..05c7553 100644
--- a/libpeas/Makefile.am
+++ b/libpeas/Makefile.am
@@ -84,13 +84,13 @@ if HAVE_INTROSPECTION
   Peas_1_0_gir_FILES = $(addprefix $(srcdir)/,$(introspection_sources))
 
   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)		\
+	$(gir_DATA)		\
 	$(typelib_DATA)
 
 endif
diff --git a/libpeasui/Makefile.am b/libpeasui/Makefile.am
index 29acb1f..ec91c35 100644
--- a/libpeasui/Makefile.am
+++ b/libpeasui/Makefile.am
@@ -46,10 +46,10 @@ if HAVE_INTROSPECTION
   PeasUI_1_0_gir_FILES = $(addprefix $(srcdir)/,$(introspection_sources))
 
   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]