gnash-commit
[Top][All Lists]
Advanced

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

[Gnash-commit] gnash ChangeLog server/asobj/Makefile.am server...


From: Sandro Santilli
Subject: [Gnash-commit] gnash ChangeLog server/asobj/Makefile.am server...
Date: Fri, 04 May 2007 09:40:25 +0000

CVSROOT:        /sources/gnash
Module name:    gnash
Changes by:     Sandro Santilli <strk>  07/05/04 09:40:25

Modified files:
        .              : ChangeLog 
        server/asobj   : Makefile.am 
        server/parser  : Makefile.am 
        server/vm      : Makefile.am 

Log message:
                * server/asobj/Makefile.am, server/parser/Makefile.am,
                  server/vm/Makefile.am: -release makes no sense for
                  convenience libraries.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/gnash/ChangeLog?cvsroot=gnash&r1=1.3087&r2=1.3088
http://cvs.savannah.gnu.org/viewcvs/gnash/server/asobj/Makefile.am?cvsroot=gnash&r1=1.37&r2=1.38
http://cvs.savannah.gnu.org/viewcvs/gnash/server/parser/Makefile.am?cvsroot=gnash&r1=1.31&r2=1.32
http://cvs.savannah.gnu.org/viewcvs/gnash/server/vm/Makefile.am?cvsroot=gnash&r1=1.12&r2=1.13

Patches:
Index: ChangeLog
===================================================================
RCS file: /sources/gnash/gnash/ChangeLog,v
retrieving revision 1.3087
retrieving revision 1.3088
diff -u -b -r1.3087 -r1.3088
--- ChangeLog   4 May 2007 09:22:51 -0000       1.3087
+++ ChangeLog   4 May 2007 09:40:25 -0000       1.3088
@@ -1,5 +1,8 @@
 2007-05-03 Sandro Santilli <address@hidden>
 
+       * server/asobj/Makefile.am, server/parser/Makefile.am,
+         server/vm/Makefile.am: -release makes no sense for
+         convenience libraries.
        * testsuite/misc-ming.all/DrawingApiTest.as: reintroduced
          visual hitTest checks (not automated yet). This time
          they don't break the exising test.

Index: server/asobj/Makefile.am
===================================================================
RCS file: /sources/gnash/gnash/server/asobj/Makefile.am,v
retrieving revision 1.37
retrieving revision 1.38
diff -u -b -r1.37 -r1.38
--- server/asobj/Makefile.am    3 May 2007 00:43:25 -0000       1.37
+++ server/asobj/Makefile.am    4 May 2007 09:40:25 -0000       1.38
@@ -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.37 2007/05/03 00:43:25 rsavoye Exp $
+# $Id: Makefile.am,v 1.38 2007/05/04 09:40:25 strk Exp $
 
 AUTOMAKE_OPTIONS = 
 
@@ -139,7 +139,7 @@
 libgnashasobjs_la_LIBADD += $(MAD_LIBS)
 endif
 
-libgnashasobjs_la_LDFLAGS = -release $(VERSION) #-no-undefined -export-dynamic
+#libgnashasobjs_la_LDFLAGS = -release $(VERSION) -no-undefined -export-dynamic
 
 # Rebuild with GCC 4.x Mudflap support
 mudflap:

Index: server/parser/Makefile.am
===================================================================
RCS file: /sources/gnash/gnash/server/parser/Makefile.am,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -b -r1.31 -r1.32
--- server/parser/Makefile.am   3 May 2007 00:43:25 -0000       1.31
+++ server/parser/Makefile.am   4 May 2007 09:40:25 -0000       1.32
@@ -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.31 2007/05/03 00:43:25 rsavoye Exp $
+# $Id: Makefile.am,v 1.32 2007/05/04 09:40:25 strk Exp $
 
 AUTOMAKE_OPTIONS = 
 
@@ -80,7 +80,7 @@
        $(top_builddir)/libgeometry/libgnashgeo.la \
        $(top_builddir)/libbase/libgnashbase.la
 
-libgnashparser_la_LDFLAGS = $(BOOST_LIBS) -release $(VERSION) -export-dynamic 
#-no-undefined 
+libgnashparser_la_LDFLAGS = $(BOOST_LIBS) -export-dynamic # -release 
$(VERSION) -no-undefined 
 
 if USE_SOUND_GST
 AM_CPPFLAGS += $(GSTREAMER_CFLAGS)

Index: server/vm/Makefile.am
===================================================================
RCS file: /sources/gnash/gnash/server/vm/Makefile.am,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -b -r1.12 -r1.13
--- server/vm/Makefile.am       3 May 2007 00:43:25 -0000       1.12
+++ server/vm/Makefile.am       4 May 2007 09:40:25 -0000       1.13
@@ -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.12 2007/05/03 00:43:25 rsavoye Exp $
+# $Id: Makefile.am,v 1.13 2007/05/04 09:40:25 strk Exp $
 
 AUTOMAKE_OPTIONS = 
 
@@ -60,7 +60,7 @@
 libgnashvm_la_LIBADD = \
        $(top_builddir)/libbase/libgnashbase.la 
 
-libgnashvm_la_LDFLAGS = -release $(VERSION) -export-dynamic # -no-undefined 
+libgnashvm_la_LDFLAGS = -export-dynamic # -release $(VERSION) -no-undefined 
 
 # Rebuild with GCC 4.x Mudflap support
 mudflap:




reply via email to

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