From: billh Date: Wed, 29 Jan 2003 18:19:21 +0000 (+0000) Subject: Fix for 104741. X-Git-Tag: AT_SPI2_ATK_2_12_0~1279 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=f879ea635ec80e80243459fa8e1de1f424716382;p=platform%2Fcore%2Fuifw%2Fat-spi2-atk.git Fix for 104741. git-svn-id: http://svn.gnome.org/svn/at-spi/trunk@398 e2bd861d-eb25-0410-b326-f6ed22b6b98c --- diff --git a/cspi/Makefile.am b/cspi/Makefile.am index 4d9d6fc..89a1d22 100644 --- a/cspi/Makefile.am +++ b/cspi/Makefile.am @@ -9,10 +9,10 @@ INCLUDES = -I $(top_srcdir) \ $(X_CFLAGS) \ $(LIBCSPI_CFLAGS) -LDFLAGS = @LDFLAGS@ $(LIBCSPI_LIBS) @LT_VERSION_INFO@ +libcspi_la_LDFLAGS = @LDFLAGS@ ../libspi/libspi.la $(LIBCSPI_LIBS) @LT_VERSION_INFO@ LDADD = \ - ../libspi/libspi.la \ + $(top_srcdir)/libspi/libspi.la \ $(LIBCSPI_LIBS) $(X_LIBS) libcspidir = $(includedir)/at-spi-1.0/cspi diff --git a/cspi/spi_event.c b/cspi/spi_event.c index b2ec030..2eb1597 100644 --- a/cspi/spi_event.c +++ b/cspi/spi_event.c @@ -367,7 +367,7 @@ cspi_internal_event_get_object (const InternalEvent *e) /** * AccessibleTextChangedEvent_getChangeString: - * @event: a pointer to the #AccessibleEvent being queried. + * @e: a pointer to the #AccessibleEvent being queried. * * Queries an #AccessibleEvent of type "object:text-changed", * returning the text inserted or deleted.