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: Sandro Santilli
Subject: [Gnash-commit] gnash ChangeLog plugin/Makefile.am
Date: Sat, 05 Jan 2008 01:27:01 +0000

CVSROOT:        /sources/gnash
Module name:    gnash
Changes by:     Sandro Santilli <strk>  08/01/05 01:27:01

Modified files:
        .              : ChangeLog 
        plugin         : Makefile.am 

Log message:
        drop useless install/uninstall rules, automatically provided by 
automake.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/gnash/ChangeLog?cvsroot=gnash&r1=1.5300&r2=1.5301
http://cvs.savannah.gnu.org/viewcvs/gnash/plugin/Makefile.am?cvsroot=gnash&r1=1.64&r2=1.65

Patches:
Index: ChangeLog
===================================================================
RCS file: /sources/gnash/gnash/ChangeLog,v
retrieving revision 1.5300
retrieving revision 1.5301
diff -u -b -r1.5300 -r1.5301
--- ChangeLog   5 Jan 2008 01:04:10 -0000       1.5300
+++ ChangeLog   5 Jan 2008 01:27:00 -0000       1.5301
@@ -1,5 +1,10 @@
 2008-01-04 Sandro Santilli <address@hidden>
 
+       * plugin/Makefile.am: drop useless install/uninstall rules,
+         automatically provided by automake.
+
+2008-01-04 Sandro Santilli <address@hidden>
+
        * plugin/klash/Makefile.am: actually drop all install rules,
          automake does a perfect job at it.
 

Index: plugin/Makefile.am
===================================================================
RCS file: /sources/gnash/gnash/plugin/Makefile.am,v
retrieving revision 1.64
retrieving revision 1.65
diff -u -b -r1.64 -r1.65
--- plugin/Makefile.am  18 Aug 2007 02:54:22 -0000      1.64
+++ plugin/Makefile.am  5 Jan 2008 01:27:01 -0000       1.65
@@ -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.64 2007/08/18 02:54:22 strk Exp $
+# $Id: Makefile.am,v 1.65 2008/01/05 01:27:01 strk Exp $
 
 AUTOMAKE_OPTIONS = 
 
@@ -92,26 +92,4 @@
 libgnashplugin_la_LDFLAGS = -module -avoid-version -L$(plugindir)
 endif
 
-# 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
-       $(LIBTOOL) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) 
$(plugin_LTLIBRARIES) "$(DESTDIR)$(plugindir)/$(plugin_LTLIBRARIES)"
-#if PLUGIN_LINK_UNDEFINED
-#cp $(DESTDIR)$(plugindir)/.libs/libgnashplugin.so.0.* 
$(DESTDIR)$(plugindir)/libgnashplugin.so
-#endif
-       $(RM) $(DESTDIR)$(plugindir)/libgnashplugin.*a 
$(DESTDIR)$(plugindir)/libgnashplugin.so.0 
$(DESTDIR)$(plugindir)/libgnashplugin.*.T
-
-# install-pluginLTLIBRARIES: $(plugin_LTLIBRARIES)
-#      if test -d $(HOME)/.firefox ; then \
-#         $(mkinstalldirs) $(HOME)/.firefox/plugins; \
-#         $(INSTALL) .libs/libgnash.so $(HOME)/.firefox/plugins/libgnash.so; \
-#      else \
-#          $(mkinstalldirs) $(HOME)/.mozilla/plugins; \
-#         $(INSTALL) .libs/libgnash.so $(HOME)/.mozilla/plugins/libgnash.so; \
-#      fi
-
-uninstall-pluginLTLIBRARIES: $(plugin_LTLIBRARIES)
-       $(RM) -f $(DESTDIR)$(plugindir)/libgnashplugin.so
-
 endif




reply via email to

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