Fix up 'make fat' to build all libs and micropeak too
authorKeith Packard <keithp@keithp.com>
Fri, 11 Jan 2013 05:34:24 +0000 (21:34 -0800)
committerKeith Packard <keithp@keithp.com>
Fri, 11 Jan 2013 05:48:31 +0000 (21:48 -0800)
There are now three libraries to build for both altosui and micropeak.

Signed-off-by: Keith Packard <keithp@keithp.com>
Makefile.am

index 7328c04ed0bc4ca34565e3015e7bbd0204782fcc..59cddb9f68e4376f9ca2a2b6d9c4dbb096d44a90 100644 (file)
@@ -15,5 +15,8 @@ dist-hook: ChangeLog
 fat:
        cd src && $(MAKE) all
        cd doc && $(MAKE) all
-       cd altosui/libaltos && $(MAKE) all
+       cd libaltos && $(MAKE) all
+       cd altoslib && $(MAKE) all
+       cd altosuilib && $(MAKE) all
        cd altosui && $(MAKE) fat
+       cd micropeak && $(MAKE) fat