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



commit d4a8ba82f152e49075078f839a030237d14e0420
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 985b31c..d208113 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)\" \
@@ -15,6 +13,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]