gnash-commit
[Top][All Lists]
Advanced

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

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


From: Rob Savoye
Subject: [Gnash-commit] gnash plugin/Makefile.am ChangeLog
Date: Mon, 07 Apr 2008 14:24:28 +0000

CVSROOT:        /sources/gnash
Module name:    gnash
Changes by:     Rob Savoye <rsavoye>    08/04/07 14:24:28

Modified files:
        plugin         : Makefile.am 
        .              : ChangeLog 

Log message:
                * libnet/cque.cpp: Enable ifdef'd out deletion of buffers from 
the
                cque at destuction time.
                * libnet/http.cpp: Don't forget to pass in the filetype.
                * libamf/element.cpp: Enable deletion of the buffer when an an
                Element is destructed.
                * plugin/Makefile.am: Get all shared libraries, not just the 
ones
                that end in .so.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/gnash/plugin/Makefile.am?cvsroot=gnash&r1=1.73&r2=1.74
http://cvs.savannah.gnu.org/viewcvs/gnash/ChangeLog?cvsroot=gnash&r1=1.6202&r2=1.6203

Patches:
Index: plugin/Makefile.am
===================================================================
RCS file: /sources/gnash/gnash/plugin/Makefile.am,v
retrieving revision 1.73
retrieving revision 1.74
diff -u -b -r1.73 -r1.74
--- plugin/Makefile.am  4 Apr 2008 13:09:56 -0000       1.73
+++ plugin/Makefile.am  7 Apr 2008 14:24:27 -0000       1.74
@@ -125,9 +125,9 @@
        @test -d "$(DESTDIR)$(plugindir)" || $(mkinstalldirs) 
"$(DESTDIR)$(plugindir)"
        @echo "Installing plugin to $(DESTDIR)$(plugindir)"
        @if test -d .libs; then \
-         cp -f .libs/libgnashplugin.so 
$(DESTDIR)$(plugindir)/libgnashplugin.so; \
+         cp -f .libs/libgnashplugin.so* 
$(DESTDIR)$(plugindir)/libgnashplugin.so; \
        else \
-         cp -f libgnashplugin.so $(DESTDIR)$(plugindir)/libgnashplugin.so; \
+         cp -f libgnashplugin.so* $(DESTDIR)$(plugindir)/libgnashplugin.so; \
        fi
 
 install-plugins: install-plugin

Index: ChangeLog
===================================================================
RCS file: /sources/gnash/gnash/ChangeLog,v
retrieving revision 1.6202
retrieving revision 1.6203
diff -u -b -r1.6202 -r1.6203
--- ChangeLog   7 Apr 2008 14:16:49 -0000       1.6202
+++ ChangeLog   7 Apr 2008 14:24:27 -0000       1.6203
@@ -3,6 +3,10 @@
        * libnet/cque.cpp: Enable ifdef'd out deletion of buffers from the
        cque at destuction time.
        * libnet/http.cpp: Don't forget to pass in the filetype.
+       * libamf/element.cpp: Enable deletion of the buffer when an an
+       Element is destructed.
+       * plugin/Makefile.am: Get all shared libraries, not just the ones
+       that end in .so.
 
 2008-04-07 Benjamin Wolsey <address@hidden>
 




reply via email to

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