[folks] Don't distribute the typelib file.



commit 4d6a9c1d071ddaba8c24558459e2315808eb9113
Author: Travis Reitter <travis reitter collabora co uk>
Date:   Wed Sep 14 15:34:23 2011 -0700

    Don't distribute the typelib file.
    
    Typelib files are architecture-specific, so they shouldn't be distributed.
    
    Closes: bgo#659095 - Don't distribute typelib file

 NEWS              |    1 +
 folks/Makefile.am |    4 ++--
 2 files changed, 3 insertions(+), 2 deletions(-)
---
diff --git a/NEWS b/NEWS
index beea1a4..dce01c5 100644
--- a/NEWS
+++ b/NEWS
@@ -13,6 +13,7 @@ Bugs fixed:
 * Bug 658002 â defective typelib
 * Bug 657065 â Cache keeps around contacts from disabled accounts
 * Bug 658323 â Deprecate FOLKS_WRITEABLE_STORE in favour of FOLKS_PRIMARY_STORE
+* Bug 659095 â Don't distribute typelib file
 
 API changes:
 * Individual.avatar is now settable using Individual.change_avatar() (not new
diff --git a/folks/Makefile.am b/folks/Makefile.am
index e5980e8..abed273 100644
--- a/folks/Makefile.am
+++ b/folks/Makefile.am
@@ -133,11 +133,11 @@ girdir = $(datadir)/gir-1.0
 dist_gir_DATA = $(GIRS)
 
 typelibdir = $(libdir)/girepository-1.0
-dist_typelib_DATA = $(GIRS:.gir=.typelib)
+nodist_typelib_DATA = $(GIRS:.gir=.typelib)
 
 BUILT_SOURCES += \
 	$(dist_gir_DATA) \
-	$(dist_typelib_DATA) \
+	$(nodist_typelib_DATA) \
 	$(NULL)
 endif
 



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