summaryrefslogtreecommitdiff
path: root/ao-tools/libaltos/Makefile.am
Commit message (Collapse)AuthorAge
* Move altosui to the top level, placing libaltos inside it.Keith Packard2010-11-24
| | | | Signed-off-by: Keith Packard <keithp@keithp.com>
* altosui: Store libaltos.so in $(libdir)/altosKeith Packard2010-09-09
| | | | | | It's not a public library, so hide it away in a subdirectory. Signed-off-by: Keith Packard <keithp@keithp.com>
* altosui: Fix windows installer to ship correct filesKeith Packard2010-09-04
| | | | | | Was shipping altosui.jar instead of altosui-fat.jar Signed-off-by: Keith Packard <keithp@keithp.com>
* Use autotools for altosui and libaltosKeith Packard2010-09-04
This switches from hand-written Makefiles to automake with libtool for these parts of the system. Signed-off-by: Keith Packard <keithp@keithp.com>