gnash-commit
[Top][All Lists]
Advanced

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

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


From: Sandro Santilli
Subject: [Gnash-commit] gnash ChangeLog testsuite/Makefile.am testsuite...
Date: Wed, 11 Oct 2006 17:04:51 +0000

CVSROOT:        /sources/gnash
Module name:    gnash
Changes by:     Sandro Santilli <strk>  06/10/11 17:04:51

Modified files:
        .              : ChangeLog 
        testsuite      : Makefile.am 
        testsuite/libbase: Makefile.am 

Log message:
                * testsuite/Makefile.am: descend in actionscript.all last
                  (quick hack to avoid premature failure of check run)
                * testsuite/libbase/Makefile.am: use $(top_builddir) to find
                  .la files, don't use -I for libs!

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/gnash/ChangeLog?cvsroot=gnash&r1=1.1150&r2=1.1151
http://cvs.savannah.gnu.org/viewcvs/gnash/testsuite/Makefile.am?cvsroot=gnash&r1=1.14&r2=1.15
http://cvs.savannah.gnu.org/viewcvs/gnash/testsuite/libbase/Makefile.am?cvsroot=gnash&r1=1.13&r2=1.14

Patches:
Index: ChangeLog
===================================================================
RCS file: /sources/gnash/gnash/ChangeLog,v
retrieving revision 1.1150
retrieving revision 1.1151
diff -u -b -r1.1150 -r1.1151
--- ChangeLog   11 Oct 2006 16:36:45 -0000      1.1150
+++ ChangeLog   11 Oct 2006 17:04:51 -0000      1.1151
@@ -1,5 +1,12 @@
 2006-10-11 Sandro Santilli <address@hidden>
 
+       * testsuite/Makefile.am: descend in actionscript.all last
+         (quick hack to avoid premature failure of check run)
+       * testsuite/libbase/Makefile.am: use $(top_builddir) to find
+         .la files, don't use -I for libs!
+
+2006-10-11 Sandro Santilli <address@hidden>
+
        * testsuite/misc-ming.all/Makefile.am: added the new files,
          fixed yet another $(top_srcdir) misuse.
        * testsuite/misc-ming.all/DefineEditTextVariableNameTest.c,

Index: testsuite/Makefile.am
===================================================================
RCS file: /sources/gnash/gnash/testsuite/Makefile.am,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -b -r1.14 -r1.15
--- testsuite/Makefile.am       11 Oct 2006 15:45:17 -0000      1.14
+++ testsuite/Makefile.am       11 Oct 2006 17:04:51 -0000      1.15
@@ -4,10 +4,10 @@
 
 # movies.all
 SUBDIRS = \
-       actionscript.all        \
        libbase                 \
        server                  \
        misc-ming.all           \
+       actionscript.all        \
        $(NULL)
 
 EXTRA_DIST = check.h

Index: testsuite/libbase/Makefile.am
===================================================================
RCS file: /sources/gnash/gnash/testsuite/libbase/Makefile.am,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -b -r1.13 -r1.14
--- testsuite/libbase/Makefile.am       11 Oct 2006 10:38:40 -0000      1.13
+++ testsuite/libbase/Makefile.am       11 Oct 2006 17:04:51 -0000      1.14
@@ -43,8 +43,8 @@
 RUNTESTDEFAULTFLAGS = --srcdir $$srcdir
 
 AM_LDFLAGS =  \
-       -I$(top_srcdir)/libbase/libgnashbase.la \
        $(BOOST_LIBS) \
+       $(top_builddir)/libbase/libgnashbase.la \
        $(NULL)
 
 INCLUDES = -I.. \




reply via email to

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