CVSROOT: /sources/gnash Module name: gnash Changes by: Sandro Santilli <strk> 07/07/18 13:47:00
Modified files: . : ChangeLog cygnal : Makefile.am Log message: * cygnal/Makefile.am: Add all subdirs to SUBDIRS. Fixes bug #20509. CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/gnash/ChangeLog?cvsroot=gnash&r1=1.3759&r2=1.3760 http://cvs.savannah.gnu.org/viewcvs/gnash/cygnal/Makefile.am?cvsroot=gnash&r1=1.6&r2=1.7 Patches: Index: ChangeLog =================================================================== RCS file: /sources/gnash/gnash/ChangeLog,v retrieving revision 1.3759 retrieving revision 1.3760 diff -u -b -r1.3759 -r1.3760 --- ChangeLog 18 Jul 2007 11:23:20 -0000 1.3759 +++ ChangeLog 18 Jul 2007 13:47:00 -0000 1.3760 @@ -1,5 +1,9 @@ 2007-07-18 Sandro Santilli <[EMAIL PROTECTED]> + * cygnal/Makefile.am: Add all subdirs to SUBDIRS. Fixes bug #20509. + +2007-07-18 Sandro Santilli <[EMAIL PROTECTED]> + * gui/gtksup.h: Fix extra qualification 'gnash::GtkGui::' on member 'rerenderPixels' 2007-07-18 Udo Giacomozzi <[EMAIL PROTECTED]> Index: cygnal/Makefile.am =================================================================== RCS file: /sources/gnash/gnash/cygnal/Makefile.am,v retrieving revision 1.6 retrieving revision 1.7 diff -u -b -r1.6 -r1.7 --- cygnal/Makefile.am 1 Jul 2007 10:53:49 -0000 1.6 +++ cygnal/Makefile.am 18 Jul 2007 13:47:00 -0000 1.7 @@ -16,12 +16,14 @@ # Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA # -# $Id: Makefile.am,v 1.6 2007/07/01 10:53:49 bjacques Exp $ +# $Id: Makefile.am,v 1.7 2007/07/18 13:47:00 strk Exp $ ## Process this file with automake to generate Makefile.in AUTOMAKE_OPTIONS = dejagnu +SUBDIRS = ACT IO HTTP Net unit_tests + AM_CPPFLAGS = # -Wall ## WARNING: make sure GLIB_LIBS appears first _______________________________________________ Gnash-commit mailing list Gnash-commit@gnu.org http://lists.gnu.org/mailman/listinfo/gnash-commit