gnash-commit
[Top][All Lists]
Advanced

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

[Gnash-commit] gnash Makefile.am libamf/Makefile.am


From: Markus Gothe
Subject: [Gnash-commit] gnash Makefile.am libamf/Makefile.am
Date: Wed, 18 Oct 2006 01:00:17 +0000

CVSROOT:        /sources/gnash
Module name:    gnash
Changes by:     Markus Gothe <nihilus>  06/10/18 01:00:17

Modified files:
        .              : Makefile.am 
        libamf         : Makefile.am 

Log message:
        gcc -> @CC.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/gnash/Makefile.am?cvsroot=gnash&r1=1.42&r2=1.43
http://cvs.savannah.gnu.org/viewcvs/gnash/libamf/Makefile.am?cvsroot=gnash&r1=1.16&r2=1.17

Patches:
Index: Makefile.am
===================================================================
RCS file: /sources/gnash/gnash/Makefile.am,v
retrieving revision 1.42
retrieving revision 1.43
diff -u -b -r1.42 -r1.43
--- Makefile.am 17 Oct 2006 07:02:28 -0000      1.42
+++ Makefile.am 18 Oct 2006 01:00:16 -0000      1.43
@@ -34,7 +34,7 @@
 # forward this exception.
 #
 
-# $Id: Makefile.am,v 1.42 2006/10/17 07:02:28 nihilus Exp $
+# $Id: Makefile.am,v 1.43 2006/10/18 01:00:16 nihilus Exp $
 
 ## Process this file with automake to produce Makefile.in
 AUTOMAKE_OPTIONS = 1.6.0
@@ -104,7 +104,7 @@
 
 dumpconfig:
        @uname -a
-       @gcc -v
+       @CC -v
        @echo "JPEG_CFLAGS is $(JPEG_CFLAGS)"
        @echo "JPEG_LIBS is $(JPEG_LIBS)"
        @echo "PNG_CFLAGS is $(PNG_CFLAGS)"

Index: libamf/Makefile.am
===================================================================
RCS file: /sources/gnash/gnash/libamf/Makefile.am,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -b -r1.16 -r1.17
--- libamf/Makefile.am  15 Oct 2006 09:11:20 -0000      1.16
+++ libamf/Makefile.am  18 Oct 2006 01:00:16 -0000      1.17
@@ -36,16 +36,15 @@
 # 
 #
 
-# $Id: Makefile.am,v 1.16 2006/10/15 09:11:20 nihilus Exp $
+# $Id: Makefile.am,v 1.17 2006/10/18 01:00:16 nihilus Exp $
 
 AUTOMAKE_OPTIONS = 
 
-AM_CXXFLAGS =  $(CXXFLAGS) $(SDL_CFLAGS) $(INCLUDES)
+AM_CXXFLAGS =  $(CXXFLAGS) $(INCLUDES)
 AM_CPPFLAGS = 
 AM_LDFLAGS = \
        $(top_builddir)/libbase/libgnashbase.la \
         $(OPENGL_LIBS)      \
-        $(SDL_LIBS)         \
        $(X_LIBS)           \
        $(JPEG_LIBS)        \
        $(PNG_LIBS)         \




reply via email to

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