summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBastien Nocera <hadess@hadess.net>2007-10-17 23:35:59 +0000
committerBastien Nocera <hadess@src.gnome.org>2007-10-17 23:35:59 +0000
commit1ad2420d72537032622a9af59273aadd1675fe52 (patch)
tree66b6fc8f6ab4cd0a4184bd98bad7cf3c7b004039
parent6ab17cc9f45185803c6e6666cbf88e44c78ffaaf (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--ChangeLog5
-rw-r--r--src/plugins/mythtv/Makefile.am2
2 files changed, 6 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 28b4fb0b..16dd4fb1 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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 \