commit-classpath
[Top][All Lists]
Advanced

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

[commit-cp] classpath ChangeLog native/jni/gconf-peer/Makef...


From: Tom Tromey
Subject: [commit-cp] classpath ChangeLog native/jni/gconf-peer/Makef...
Date: Sun, 18 Jun 2006 18:33:10 +0000

CVSROOT:        /cvsroot/classpath
Module name:    classpath
Changes by:     Tom Tromey <tromey>     06/06/18 18:33:10

Modified files:
        .              : ChangeLog 
        native/jni/gconf-peer: Makefile.am 

Log message:
        2006-06-18  Jim Huang  <address@hidden>
        
                PR classpath/28076:
                * native/jni/gconf-peer/Makefile.am (libgconfpeer_la_LIBADD):
                Fixed typo.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/classpath/ChangeLog?cvsroot=classpath&r1=1.7867&r2=1.7868
http://cvs.savannah.gnu.org/viewcvs/classpath/native/jni/gconf-peer/Makefile.am?cvsroot=classpath&r1=1.1&r2=1.2

Patches:
Index: ChangeLog
===================================================================
RCS file: /cvsroot/classpath/classpath/ChangeLog,v
retrieving revision 1.7867
retrieving revision 1.7868
diff -u -b -r1.7867 -r1.7868
--- ChangeLog   18 Jun 2006 09:16:43 -0000      1.7867
+++ ChangeLog   18 Jun 2006 18:33:09 -0000      1.7868
@@ -1,3 +1,9 @@
+2006-06-18  Jim Huang  <address@hidden>
+
+       PR classpath/28076:
+       * native/jni/gconf-peer/Makefile.am (libgconfpeer_la_LIBADD):
+       Fixed typo.
+
 2006-06-19  Mark Wielaard  <address@hidden>
 
        * include/Makefile.am: gnu_java_util_prefs_gconf_%.h should depend

Index: native/jni/gconf-peer/Makefile.am
===================================================================
RCS file: /cvsroot/classpath/classpath/native/jni/gconf-peer/Makefile.am,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -b -r1.1 -r1.2
--- native/jni/gconf-peer/Makefile.am   17 Jun 2006 15:53:37 -0000      1.1
+++ native/jni/gconf-peer/Makefile.am   18 Jun 2006 18:33:10 -0000      1.2
@@ -2,7 +2,7 @@
 
 libgconfpeer_la_SOURCES = GConfNativePeer.c
 
-libgtkpeer_la_LIBADD = $(top_builddir)/native/jni/classpath/native_state.lo \
+libgconfpeer_la_LIBADD = $(top_builddir)/native/jni/classpath/native_state.lo \
                        $(top_builddir)/native/jni/classpath/jcl.lo
 
 AM_LDFLAGS = @CLASSPATH_MODULE@ @GCONF_LIBS@ 




reply via email to

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