diff options
author | Bastien Nocera <hadess@hadess.net> | 2007-10-17 23:35:59 +0000 |
---|---|---|
committer | Bastien Nocera <hadess@src.gnome.org> | 2007-10-17 23:35:59 +0000 |
commit | 1ad2420d72537032622a9af59273aadd1675fe52 (patch) | |
tree | 66b6fc8f6ab4cd0a4184bd98bad7cf3c7b004039 | |
parent | 6ab17cc9f45185803c6e6666cbf88e44c78ffaaf (diff) |
Install the .totem-plugin as well, so we can activate it
2007-10-18 Bastien Nocera <hadess@hadess.net>
* src/plugins/mythtv/Makefile.am: Install the .totem-plugin
as well, so we can activate it
svn path=/trunk/; revision=4784
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | src/plugins/mythtv/Makefile.am | 2 |
2 files changed, 6 insertions, 1 deletions
@@ -1,3 +1,8 @@ +2007-10-18 Bastien Nocera <hadess@hadess.net> + + * src/plugins/mythtv/Makefile.am: Install the .totem-plugin + as well, so we can activate it + 2007-10-17 Bastien Nocera <hadess@hadess.net> * src/plugins/mythtv/Makefile.am: diff --git a/src/plugins/mythtv/Makefile.am b/src/plugins/mythtv/Makefile.am index 4a2929e2..9f95d16a 100644 --- a/src/plugins/mythtv/Makefile.am +++ b/src/plugins/mythtv/Makefile.am @@ -21,7 +21,7 @@ if GCONF_SCHEMAS_INSTALL fi endif -noinst_DATA = $(plugin_in_files:.totem-plugin.in=.totem-plugin) +plugin_DATA = $(plugin_in_files:.totem-plugin.in=.totem-plugin) common_defines = \ -D_REENTRANT \ |