diff options
| author | Keith Packard <keithp@keithp.com> | 2012-01-04 20:28:42 -0800 |
|---|---|---|
| committer | Keith Packard <keithp@keithp.com> | 2012-01-04 20:28:48 -0800 |
| commit | 61e24559a6ff23c605997fac24afa3d2e8e9667c (patch) | |
| tree | 9847a1bfc0680a4e15ea0c1bdec4b35cd9109bac /Makefile.am | |
| parent | 2fa4e66c0c9220c3b9c1f8ffec9cee710b709173 (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 |
