[gnome-bluetooth] Install the applet library in our own pkglibdir



commit f43ec9fc59f23dd1652062255ad069da5f17ef51
Author: Giovanni Campagna <gcampagna src gnome org>
Date:   Fri Oct 29 20:03:03 2010 +0200

    Install the applet library in our own pkglibdir
    
    Install the library in $prefix/lib/gnome-bluetooth, as
    gnome-bluetooth needs to be installed before gnome-shell for the latter
    to build.

 applet/Makefile-lib.am |   11 +++--------
 1 files changed, 3 insertions(+), 8 deletions(-)
---
diff --git a/applet/Makefile-lib.am b/applet/Makefile-lib.am
index 06c16c4..79d3906 100644
--- a/applet/Makefile-lib.am
+++ b/applet/Makefile-lib.am
@@ -1,12 +1,7 @@
 CLEANFILES =
 BUILT_SOURCES = marshal.h marshal.c
 
-# This is where private libraries and typelibs for gnome-shell are installed
-# (provided that gnome-bluetooth and gnome-shell are configured with the same
-# libdir)
-gnomeshelldir = $(libdir)/gnome-shell
-
-gnomeshell_LTLIBRARIES = libgnome-bluetooth-applet.la
+pkglib_LTLIBRARIES = libgnome-bluetooth-applet.la
 
 libgnome_bluetooth_applet_la_SOURCES = 	\
 	bluetooth-applet.c		\
@@ -40,7 +35,7 @@ GnomeBluetoothApplet_1_0_gir_LIBS = libgnome-bluetooth-applet.la
 GnomeBluetoothApplet_1_0_gir_FILES = $(libgnome_bluetooth_applet_la_SOURCES) ../lib/bluetooth-enums.h
 INTROSPECTION_GIRS += GnomeBluetoothApplet-1.0.gir
 
-gnomeshell_DATA = $(INTROSPECTION_GIRS:.gir=.typelib)
+pkglib_DATA = $(INTROSPECTION_GIRS:.gir=.typelib)
 
-CLEANFILES += $(gnomeshell_DATA)
+CLEANFILES += $(pkglib_DATA)
 endif # HAVE_INTROSPECTION



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