diff options
author | Carsten Haitzler <raster@rasterman.com> | 2011-08-19 11:07:42 +0000 |
---|---|---|
committer | Carsten Haitzler <raster@rasterman.com> | 2011-08-19 11:07:42 +0000 |
commit | c264466f3bd6f352d9aba93ea998e9edf9b59a08 (patch) | |
tree | 13bd5c37b274c4b125bde08beccf74d8c57f4dad /src/modules/Makefile.am | |
parent | 20236447bb926f0c1503a6ed8a50ad335ab7565d (diff) |
this is... the beginning of accessibility supportin elm. it's direct
as in elm manages it itself - all it needs is a module to send text
to. one is provided here that just execs espeak and handles a stream
of things for it to say. this is only a start and is still being
fleshed out.
SVN revision: 62585
Diffstat (limited to 'src/modules/Makefile.am')
-rw-r--r-- | src/modules/Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/modules/Makefile.am b/src/modules/Makefile.am index b00ad7ef7..9354af629 100644 --- a/src/modules/Makefile.am +++ b/src/modules/Makefile.am | |||
@@ -3,4 +3,5 @@ MAINTAINERCLEANFILES = Makefile.in | |||
3 | 3 | ||
4 | SUBDIRS = \ | 4 | SUBDIRS = \ |
5 | test_entry \ | 5 | test_entry \ |
6 | test_map | 6 | test_map \ |
7 | access_output | ||