diff options
author | billh <billh@e2bd861d-eb25-0410-b326-f6ed22b6b98c> | 2001-09-27 21:34:47 +0000 |
---|---|---|
committer | billh <billh@e2bd861d-eb25-0410-b326-f6ed22b6b98c> | 2001-09-27 21:34:47 +0000 |
commit | 11e760ebf21a1d27d740f6b4a904d36959f587dc (patch) | |
tree | 372c34a3a9938964cb8366b23938b353c112d2bb /Makefile.am | |
parent | 7c0d9a177bd603fa511d67b8a1bbf927a1bde6f6 (diff) | |
download | at-spi2-atk-11e760ebf21a1d27d740f6b4a904d36959f587dc.tar.gz |
Added directory 'util' for accessibility-related
utilities that use at-spi, and services used by at-spi
clients. Added an onscreen magnifier that can be controlled
via bonobo (also can use plain sockets).
Modified at-spi to send commands to this magnifier if
environment variable 'MAGNIFIER' is non-null.
git-svn-id: http://svn.gnome.org/svn/at-spi/trunk@64 e2bd861d-eb25-0410-b326-f6ed22b6b98c
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 99b9331..1a58c83 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,3 +1,3 @@ -SUBDIRS=po docs idl libspi registryd at-bridge cspi test +SUBDIRS=po docs idl libspi registryd at-bridge cspi util test EXTRA_DIST= xml-i18n-extract.in xml-i18n-merge.in xml-i18n-update.in |