gnash-commit
[Top][All Lists]
Advanced

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

[Gnash-commit] gnash ChangeLog plugin/Makefile.am


From: Ann Barcomb
Subject: [Gnash-commit] gnash ChangeLog plugin/Makefile.am
Date: Sun, 17 Jun 2007 08:34:42 +0000

CVSROOT:        /sources/gnash
Module name:    gnash
Changes by:     Ann Barcomb <ann>       07/06/17 08:34:42

Modified files:
        .              : ChangeLog 
        plugin         : Makefile.am 

Log message:
        While trying to determine if the default directory for plugins was, in
        fact, ~/.firefox/plugins, I noted a comment in plugin/Makefile.am which
        explicitly said that it could not be.  Later, reading macros/firefox.m4,
        I saw that ~/.firefox/plugins is the default directory for the Firefox
        plugin, if no alternative has been specified by --plugin-dir.  Therefore
        I have removed the misleading comment from the plugin Makefile.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/gnash/ChangeLog?cvsroot=gnash&r1=1.3564&r2=1.3565
http://cvs.savannah.gnu.org/viewcvs/gnash/plugin/Makefile.am?cvsroot=gnash&r1=1.58&r2=1.59

Patches:
Index: ChangeLog
===================================================================
RCS file: /sources/gnash/gnash/ChangeLog,v
retrieving revision 1.3564
retrieving revision 1.3565
diff -u -b -r1.3564 -r1.3565
--- ChangeLog   17 Jun 2007 08:29:14 -0000      1.3564
+++ ChangeLog   17 Jun 2007 08:34:41 -0000      1.3565
@@ -1,5 +1,6 @@
 2007-06-17 Ann Barcomb <address@hidden>
 
+       * plugin/Makefile.am: Removed an incorrect comment.
        * doc/C/usermanual/install.xml: Added some information
          inspired by the comments made in patch #5772.
        * INSTALL: Applied a modified version of patch #5772 by

Index: plugin/Makefile.am
===================================================================
RCS file: /sources/gnash/gnash/plugin/Makefile.am,v
retrieving revision 1.58
retrieving revision 1.59
diff -u -b -r1.58 -r1.59
--- plugin/Makefile.am  27 Jan 2007 15:30:47 -0000      1.58
+++ plugin/Makefile.am  17 Jun 2007 08:34:42 -0000      1.59
@@ -15,7 +15,7 @@
 # along with this program; if not, write to the Free Software
 # Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
 
-# $Id: Makefile.am,v 1.58 2007/01/27 15:30:47 rsavoye Exp $
+# $Id: Makefile.am,v 1.59 2007/06/17 08:34:42 ann Exp $
 
 AUTOMAKE_OPTIONS = 
 
@@ -93,10 +93,7 @@
 libgnashplugin_la_LDFLAGS = -module -avoid-version -L$(plugindir)
 endif
 
-# For now the plugin has to be installed in the root plugin
-# directory for Firefox. For some reason if the same file is
-# installed in the users $(HOME)/.firefox/plugins, the plugin
-# won't load due to errors with an undefined MaiAtkObject.
+# The default directory for the plugin is $(HOME)/.firefox/plugins.
 install-pluginLTLIBRARIES: $(plugin_LTLIBRARIES)
        test -d "$(DESTDIR)$(plugindir)" || $(mkinstalldirs) 
"$(DESTDIR)$(plugindir)"
 #      cp .libs/libgnashplugin.so $(DESTDIR)$(plugindir)/libgnashplugin.so




reply via email to

[Prev in Thread] Current Thread [Next in Thread]