rhythmbox r5957 - in trunk: . plugins/lirc



Author: hadess
Date: Wed Oct  1 14:10:17 2008
New Revision: 5957
URL: http://svn.gnome.org/viewvc/rhythmbox?rev=5957&view=rev

Log:
2008-10-01  Bastien Nocera  <hadess hadess net>

	* plugins/lirc/Makefile.am: The target directory for
	the plugin needs to match that of the module name in the
	plugin definition file, otherwise rb_plugin_find_file
	won't be able to find the additional files.
	Fixes the lirc plugin never loading properly



Modified:
   trunk/ChangeLog
   trunk/plugins/lirc/Makefile.am

Modified: trunk/plugins/lirc/Makefile.am
==============================================================================
--- trunk/plugins/lirc/Makefile.am	(original)
+++ trunk/plugins/lirc/Makefile.am	Wed Oct  1 14:10:17 2008
@@ -1,4 +1,4 @@
-plugindir = $(PLUGINDIR)/lirc
+plugindir = $(PLUGINDIR)/rblirc
 plugin_LTLIBRARIES = librblirc.la
 
 librblirc_la_SOURCES = \
@@ -6,7 +6,7 @@
 
 librblirc_la_LDFLAGS = $(PLUGIN_LIBTOOL_FLAGS) -llirc_client
 
-configdir = $(PLUGINDIR)/lirc
+configdir = $(PLUGINDIR)/rblirc
 config_DATA = rhythmbox_lirc_default
 
 INCLUDES = 						\



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