[gnome-bluetooth] Fix the Geoclue plugin not installing
- From: Bastien Nocera <hadess src gnome org>
- To: svn-commits-list gnome org
- Subject: [gnome-bluetooth] Fix the Geoclue plugin not installing
- Date: Thu, 25 Jun 2009 17:00:36 +0000 (UTC)
commit 25e0ff4178b703274c5c7c64db03d624310a4078
Author: Bastien Nocera <hadess hadess net>
Date: Thu Jun 25 18:00:11 2009 +0100
Fix the Geoclue plugin not installing
lib/plugins/Makefile.am | 15 ++++++++++-----
1 files changed, 10 insertions(+), 5 deletions(-)
---
diff --git a/lib/plugins/Makefile.am b/lib/plugins/Makefile.am
index 8874287..351ffcf 100644
--- a/lib/plugins/Makefile.am
+++ b/lib/plugins/Makefile.am
@@ -11,15 +11,20 @@ INCLUDES = \
$(GEOCLUE_CFLAGS) \
$(WARN_CFLAGS)
-plugin_LTLIBRARIES = libgbttest.la libgbtgeoclue.la
+plugin_LTLIBRARIES = libgbtgeoclue.la
+
+libgbtgeoclue_la_SOURCES = geoclue.c
+libgbtgeoclue_la_LDFLAGS = -module -avoid-version
+libgbtgeoclue_la_LIBADD = $(PLUGINS_LIBS) $(GEOCLUE_LIBS)
+
+testplugin_LTLIBRARIES = libgbttest.la
+
+testplugindir = $(libdir)/gnome-bluetooth/plugins/
libgbttest_la_SOURCES = test.c
libgbttest_la_LDFLAGS = -module -avoid-version
libgbttest_la_LIBADD = $(PLUGINS_LIBS)
# override to _not_ install the test plugins
-install-pluginLTLIBRARIES:
+install-testpluginLTLIBRARIES:
-libgbtgeoclue_la_SOURCES = geoclue.c
-libgbtgeoclue_la_LDFLAGS = -module -avoid-version
-libgbtgeoclue_la_LIBADD = $(PLUGINS_LIBS) $(GEOCLUE_LIBS)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]