[gnome-bluetooth] applet: Delete gnome-bluetooth-applet.la file



commit 2379764b7a89b6dd65a4e2ff8ffab2beeac049c5
Author: Colin Walters <walters verbum org>
Date:   Sat Jan 21 10:11:54 2012 -0500

    applet: Delete gnome-bluetooth-applet.la file
    
    For operating system creators who don't ship .la files in /usr/lib,
    this file will still reference the (now non-existent)
    libgnome-bluetooth.la.
    
    This patch should be harmless for distributors who do still ship the
    .la files though.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=668588

 applet/Makefile-lib.am |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)
---
diff --git a/applet/Makefile-lib.am b/applet/Makefile-lib.am
index 7f75083..e01c386 100644
--- a/applet/Makefile-lib.am
+++ b/applet/Makefile-lib.am
@@ -13,6 +13,9 @@ libgnome_bluetooth_applet_la_LDFLAGS = -no-undefined
 
 AM_CFLAGS = -I$(srcdir) -I$(top_srcdir)/lib $(LIBGNOMEBT_CFLAGS) $(WARN_CFLAGS) $(DISABLE_DEPRECATED)
 
+install-data-hook:
+	rm $(DESTDIR)$(pkglibdir)/libgnome-bluetooth-applet.la
+
 include $(INTROSPECTION_MAKEFILE)
 INTROSPECTION_GIRS =
 INTROSPECTION_SCANNER_ARGS = --add-include-path=$(srcdir)



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