commit-classpath
[Top][All Lists]
Advanced

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

[commit-cp] classpath ChangeLog native/plugin/Makefile.am


From: Thomas Fitzsimmons
Subject: [commit-cp] classpath ChangeLog native/plugin/Makefile.am
Date: Tue, 20 Jun 2006 21:46:38 +0000

CVSROOT:        /sources/classpath
Module name:    classpath
Changes by:     Thomas Fitzsimmons <fitzsim>    06/06/20 21:46:38

Modified files:
        .              : ChangeLog 
        native/plugin  : Makefile.am 

Log message:
        2006-06-20  Thomas Fitzsimmons  <address@hidden>
        
                * native/plugin/Makefile.am (libgcjwebplugin_la_CXXFLAGS): 
Define
                APPLETVIEWER_EXECUTABLE to gappletviewer.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/classpath/ChangeLog?cvsroot=classpath&r1=1.7887&r2=1.7888
http://cvs.savannah.gnu.org/viewcvs/classpath/native/plugin/Makefile.am?cvsroot=classpath&r1=1.4&r2=1.5

Patches:
Index: ChangeLog
===================================================================
RCS file: /sources/classpath/classpath/ChangeLog,v
retrieving revision 1.7887
retrieving revision 1.7888
diff -u -b -r1.7887 -r1.7888
--- ChangeLog   20 Jun 2006 21:31:36 -0000      1.7887
+++ ChangeLog   20 Jun 2006 21:46:37 -0000      1.7888
@@ -1,3 +1,8 @@
+2006-06-20  Thomas Fitzsimmons  <address@hidden>
+
+       * native/plugin/Makefile.am (libgcjwebplugin_la_CXXFLAGS): Define
+       APPLETVIEWER_EXECUTABLE to gappletviewer.
+
 2006-06-20  Tom Tromey  <address@hidden>
 
        PR classpath/28095:

Index: native/plugin/Makefile.am
===================================================================
RCS file: /sources/classpath/classpath/native/plugin/Makefile.am,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -b -r1.4 -r1.5
--- native/plugin/Makefile.am   8 Jun 2006 21:43:45 -0000       1.4
+++ native/plugin/Makefile.am   20 Jun 2006 21:46:38 -0000      1.5
@@ -3,7 +3,7 @@
 libgcjwebplugin_la_SOURCES = gcjwebplugin.cc
 
 libgcjwebplugin_la_CXXFLAGS = \
-       -Wall -DAPPLETVIEWER_EXECUTABLE="\"$(bindir)/appletviewer\"" \
+       -Wall -DAPPLETVIEWER_EXECUTABLE="\"$(bindir)/gappletviewer\"" \
        $(MOZILLA_CFLAGS) $(GLIB_CFLAGS) $(GTK_CFLAGS)
 
 libgcjwebplugin_la_LDFLAGS = -avoid-version \




reply via email to

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