gnash-commit
[Top][All Lists]
Advanced

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

[Gnash-commit] gnash ChangeLog gui/Makefile.am [release_0_7_2]


From: Markus Gothe
Subject: [Gnash-commit] gnash ChangeLog gui/Makefile.am [release_0_7_2]
Date: Fri, 03 Nov 2006 11:43:10 +0000

CVSROOT:        /sources/gnash
Module name:    gnash
Branch:         release_0_7_2
Changes by:     Markus Gothe <nihilus>  06/11/03 11:43:10

Modified files:
        .              : ChangeLog 
        gui            : Makefile.am 

Log message:
        Fixed non-GNU 'make'-bug...

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/gnash/ChangeLog?cvsroot=gnash&only_with_tag=release_0_7_2&r1=1.1412.2.57&r2=1.1412.2.58
http://cvs.savannah.gnu.org/viewcvs/gnash/gui/Makefile.am?cvsroot=gnash&only_with_tag=release_0_7_2&r1=1.39.2.5&r2=1.39.2.6

Patches:
Index: ChangeLog
===================================================================
RCS file: /sources/gnash/gnash/ChangeLog,v
retrieving revision 1.1412.2.57
retrieving revision 1.1412.2.58
diff -u -b -r1.1412.2.57 -r1.1412.2.58
--- ChangeLog   3 Nov 2006 11:14:26 -0000       1.1412.2.57
+++ ChangeLog   3 Nov 2006 11:43:09 -0000       1.1412.2.58
@@ -1,3 +1,7 @@
+2006-11-03 Markus Gothe <address@hidden>
+
+       * gui/Makefile.am: Fixed so it works with non-GNU make...
+
 2006-11-03 Tomas Groth Christensen <address@hidden>
 
        * backend/sound_handler_sdl.cpp: When using ffmpeg for 

Index: gui/Makefile.am
===================================================================
RCS file: /sources/gnash/gnash/gui/Makefile.am,v
retrieving revision 1.39.2.5
retrieving revision 1.39.2.6
diff -u -b -r1.39.2.5 -r1.39.2.6
--- gui/Makefile.am     2 Nov 2006 14:50:09 -0000       1.39.2.5
+++ gui/Makefile.am     3 Nov 2006 11:43:10 -0000       1.39.2.6
@@ -17,7 +17,7 @@
 
 # 
 
-# $Id: Makefile.am,v 1.39.2.5 2006/11/02 14:50:09 strk Exp $
+# $Id: Makefile.am,v 1.39.2.6 2006/11/03 11:43:10 nihilus Exp $
 
 AUTOMAKE_OPTIONS = 
 
@@ -103,7 +103,7 @@
  GTK_SRCS = gtk.cpp gtksup.h gtk_glue.h $(GTK_CAIRO_SRCS) $(GTK_OPENGL_SRCS) 
$(GTK_AGG_SRCS) 
 if USE_RENDERER_OPENGL #{
 if HAVE_GLEXT #{
- :
+# nothing here to see...
 else # }{
  # shouldn't we handle this in ./configure.ac instead ?
  echo "ERROR: You need to install GtkGLExt to use OpenGL with GTK2!"




reply via email to

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