diff options
author | Keith Packard <keithp@keithp.com> | 2010-11-24 18:50:46 -0800 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2010-11-24 18:50:46 -0800 |
commit | b372f3c0ee4ec49aabe61c169cb1eb9bb4fb2cfc (patch) | |
tree | 5deca4d0973747c38971ec6b3f46e6fe59a14d16 | |
parent | 3fbefb3eea981d34a09496cf8abf0119de2e35bf (diff) |
Missing change to top level Makefile to build altosui
Signed-off-by: Keith Packard <keithp@keithp.com>
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 264e577a..2c412bf9 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,4 +1,4 @@ -SUBDIRS=src ao-tools ao-utils +SUBDIRS=src altosui ao-tools ao-utils EXTRA_DIST = ChangeLog |