gnash-commit
[Top][All Lists]
Advanced

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

[Gnash-commit] gnash/plugin Makefile.am


From: Rob Savoye
Subject: [Gnash-commit] gnash/plugin Makefile.am
Date: Sat, 27 Jan 2007 15:30:47 +0000

CVSROOT:        /sources/gnash
Module name:    gnash
Changes by:     Rob Savoye <rsavoye>    07/01/27 15:30:47

Modified files:
        plugin         : Makefile.am 

Log message:
        Need to escape the closing quote for GNASHEXE.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/gnash/plugin/Makefile.am?cvsroot=gnash&r1=1.57&r2=1.58

Patches:
Index: Makefile.am
===================================================================
RCS file: /sources/gnash/gnash/plugin/Makefile.am,v
retrieving revision 1.57
retrieving revision 1.58
diff -u -b -r1.57 -r1.58
--- Makefile.am 26 Jan 2007 19:41:41 -0000      1.57
+++ Makefile.am 27 Jan 2007 15:30:47 -0000      1.58
@@ -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.57 2007/01/26 19:41:41 rsavoye Exp $
+# $Id: Makefile.am,v 1.58 2007/01/27 15:30:47 rsavoye Exp $
 
 AUTOMAKE_OPTIONS = 
 
@@ -34,7 +34,7 @@
 # XP_UNIX      This needs to get defined for npapi.h on unix platforms.
 # PLUGIN_TRACE Enable this define to get debug prints whenever the plugin
 #              api gets control.
-AM_CPPFLAGS = -DPLUGIN_TRACE -DXP_UNIX -DMOZ_X11 -DGNASHBINDIR=\"$(GNASHEXE)" \
+AM_CPPFLAGS = -DPLUGIN_TRACE -DXP_UNIX -DMOZ_X11 -DGNASHBINDIR=\"$(GNASHEXE)\" 
\
         -I.. \
         -I$(srcdir) \
         -I$(top_srcdir)/server \




reply via email to

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