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 /configure.ac | |
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 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index 55dd20ec..6ad2591c 100644 --- a/configure.ac +++ b/configure.ac @@ -146,6 +146,8 @@ AM_CONDITIONAL([LIBSTLINK], [test x$HAVE_STLINK != xno]) AC_OUTPUT([ Makefile altoslib/Makefile +altosuilib/Makefile +altosuilib/AltosUIVersion.java altosui/Makefile altosui/AltosVersion.java altosui/Info.plist |