diff options
author | Keith Packard <keithp@keithp.com> | 2012-01-04 20:28:42 -0800 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2012-06-02 19:37:29 -0700 |
commit | 81465a20049da40cd8d3cda920d6585ffe87bfe3 (patch) | |
tree | fa5ebc28e4dac0670ca16979c3ce1199e30f571e /configure.ac | |
parent | d6df16525927d8096d1c0cccf4c86bf4c6599d53 (diff) |
altosui: Move java altoslib to top level
This will be shared with other (android) java code.
Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index efccf714..fb078e80 100644 --- a/configure.ac +++ b/configure.ac @@ -111,9 +111,9 @@ PKG_CHECK_MODULES([LIBUSB], [libusb-1.0]) AC_OUTPUT([ Makefile +altoslib/Makefile altosui/Makefile altosui/AltosVersion.java -altosui/altoslib/Makefile altosui/libaltos/Makefile ao-tools/Makefile ao-tools/lib/Makefile |