bug-classpath
[Top][All Lists]
Advanced

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

[Bug classpath/28076] Typo in native/jni/gconf-peer/Makefile.am


From: cvs-commit at developer dot classpath dot org
Subject: [Bug classpath/28076] Typo in native/jni/gconf-peer/Makefile.am
Date: 18 Jun 2006 18:34:13 -0000


------- Comment #3 from cvs-commit at developer dot classpath dot org  
2006-06-18 18:34 -------
Subject: Bug 28076

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@ 


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=28076





reply via email to

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