diff options
author | Keith Packard <keithp@keithp.com> | 2012-12-31 11:32:56 -0800 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2012-12-31 11:36:38 -0800 |
commit | 03496dc47372c40f7faae1766b0e729a1feeab7c (patch) | |
tree | cdc8ffa7bee9455e8af5eec4d30ddbe0d8d08017 /Makefile.am | |
parent | f7a56152808c7838c1886884bb77de2705ab076c (diff) |
Create altosuilib to share code between altosui and micropeak
Need to convert altosui to using it, but that shouldn't be hard
Signed-off-by: Keith Packard <keithp@keithp.com>
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 2e45aff0..e8945d90 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,4 +1,4 @@ -SUBDIRS=src doc altoslib libaltos altosui ao-tools ao-utils altosdroid +SUBDIRS=src doc altoslib libaltos altosuilib altosui ao-tools ao-utils altosdroid EXTRA_DIST = ChangeLog |