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 /Makefile.am | |
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 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index e1ee30a3..18845551 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,4 +1,4 @@ -SUBDIRS=src doc altosui ao-tools ao-utils +SUBDIRS=src doc altoslib altosui ao-tools ao-utils EXTRA_DIST = ChangeLog |