altosui/telegps/micropeak: Handle both MULTI_LIB and non-MULTI_LIB builds
authorKeith Packard <keithp@keithp.com>
Fri, 13 May 2016 02:10:19 +0000 (19:10 -0700)
committerKeith Packard <keithp@keithp.com>
Fri, 13 May 2016 02:10:19 +0000 (19:10 -0700)
commit2f4903f903223312d0a3a03dfd413059f24a07f5
tree8e9dbe4112c3ea3d13a9d54a78aef6c4968609d5
parent64ed56fe3132faa8585c9cd7b0261ac85f70a7bd
altosui/telegps/micropeak: Handle both MULTI_LIB and non-MULTI_LIB builds

On x86 systems with -m32 and -m64 compilers, both libaltos32.so and
libaltos64.so are built. Otherwise, we should use libaltos.so

altosui only dealt with libaltos32.so and libaltos64.so, so it only
worked on MULTI_LIB systems. telegps and micropeak only used
libaltos.so, so they wouldn't work correctly on multi-lib systems.

Fix all of them to work either way.

Signed-off-by: Keith Packard <keithp@keithp.com>
altosui/Makefile.am
micropeak/Makefile.am
telegps/Makefile.am