Fix for 104741.
authorbillh <billh@e2bd861d-eb25-0410-b326-f6ed22b6b98c>
Wed, 29 Jan 2003 18:19:21 +0000 (18:19 +0000)
committerbillh <billh@e2bd861d-eb25-0410-b326-f6ed22b6b98c>
Wed, 29 Jan 2003 18:19:21 +0000 (18:19 +0000)
git-svn-id: http://svn.gnome.org/svn/at-spi/trunk@398 e2bd861d-eb25-0410-b326-f6ed22b6b98c

cspi/Makefile.am
cspi/spi_event.c

index 4d9d6fc..89a1d22 100644 (file)
@@ -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
index b2ec030..2eb1597 100644 (file)
@@ -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.