[network-manager-applet] bluetooth: don't create empty plugin dirs when disabled (bgo #641300)



commit 59a1d3767dfa92fb9bddc26738fbb5687604ab98
Author: Denis Dupeyron <calchan gentoo org>
Date:   Mon Feb 21 18:33:55 2011 -0600

    bluetooth: don't create empty plugin dirs when disabled (bgo #641300)

 src/gnome-bluetooth/Makefile.am |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/src/gnome-bluetooth/Makefile.am b/src/gnome-bluetooth/Makefile.am
index 2176297..ae3abb9 100644
--- a/src/gnome-bluetooth/Makefile.am
+++ b/src/gnome-bluetooth/Makefile.am
@@ -1,5 +1,3 @@
-plugindir = $(libdir)/gnome-bluetooth/plugins
-
 INCLUDES = \
 	-DDATADIR=\"$(datadir)\" \
 	-DICONDIR=\"$(icondir)\" \
@@ -14,6 +12,8 @@ INCLUDES = \
 BT_WIDGET_SOURCES = bt-widget.c
 
 if HAVE_GBT
+plugindir = $(libdir)/gnome-bluetooth/plugins
+
 plugin_LTLIBRARIES = libnma.la
 
 libnma_la_SOURCES = $(BT_WIDGET_SOURCES)



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