I'm checking this in.
This fixes a typo in a Makefile.am, from PR 28076.
Tom
Index: ChangeLog
from Jim Huang <[EMAIL PROTECTED]>
PR classpath/28076:
* native/jni/gconf-peer/Makefile.am (libgconfpeer_la_LIBADD):
Fixed typo.
Index: native/jni/gconf-peer/Makefile.am
===================================================================
RCS file: /cvsroot/classpath/classpath/native/jni/gconf-peer/Makefile.am,v
retrieving revision 1.1
diff -u -r1.1 Makefile.am
--- 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:32:25 -0000
@@ -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@