summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authormichael <michael@e2bd861d-eb25-0410-b326-f6ed22b6b98c>2001-12-10 17:16:01 +0000
committermichael <michael@e2bd861d-eb25-0410-b326-f6ed22b6b98c>2001-12-10 17:16:01 +0000
commitd35cd400a36b0f1393c17ce47015bf753327ccae (patch)
tree590ff35ff65665715880e54c4bbe802614cf62ae /Makefile.am
parentaf73589b8f6efcd457290b11e183769918cf3294 (diff)
downloadat-spi2-atk-d35cd400a36b0f1393c17ce47015bf753327ccae.tar.gz
2001-12-10 Michael Meeks <michael@ximian.com>
* configure.in: use cspi/libspi.pc.in instead. * Makefile.am (pkgconfig_DATA): upd. to match. * test/simple-at.c (report_focus_event): kill hacks around bad return values, use putenv not setenv * libspi/desktop.c (impl_desktop_get_child_at_index): don't fire ChildGone - I killed it. * libspi/component.c (impl_accessibility_component_get_extents): remove bogus return. * idl/Accessible.idl: kill ChildGone exception. * cspi/*.[ch]: kill int return from ref / unref. * cspi/spi_main.c (cspi_object_add_check): fold into (cspi_object_add): here. * cspi/spi_component.c (AccessibleComponent_getExtents): handle exceptions elegantly. * cspi/spi-private.h (cspi_check_ev_return), (cspi_return_if_fail): impl. * cspi/spi_accessible.c: use extensively. (AccessibleStateSet_equals): add direct compare check. * cspi/spi_selection.c: tolerate NULL objs, and check exceptions before return. * cspi/spi-util.c (cspi_warn_ev): rename to (cspi_check_ev): this & don't pass ev in; no point. 2001-12-10 Michael Meeks <michael@ximian.com> * test/test-simple.c: use putenv not setenv (get_environment_vars): more chatty if you're not using the fun bits. * test/simple-at.c: do the setenv so more people see the nice demo easily. git-svn-id: http://svn.gnome.org/svn/at-spi/trunk@158 e2bd861d-eb25-0410-b326-f6ed22b6b98c
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index f1a8e93..8dc5c71 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,7 +1,7 @@
SUBDIRS = docs idl libspi registryd at-bridge cspi util test
pkgconfigdir = $(libdir)/pkgconfig
-pkgconfig_DATA = at-spi-1.0.pc
+pkgconfig_DATA = libspi-1.0.pc cspi-1.0.pc
EXTRA_DIST = \
xml-i18n-extract.in \