X-Git-Url: https://git.gag.com/?p=fw%2Faltos;a=blobdiff_plain;f=Makefile.am;h=2e45aff060683d2087a0cb9d589500363c519443;hp=66d7cb553574c8028a876669dc6d051d41520c79;hb=868ef0c9c4b208c02a87180b0eede329369bdc77;hpb=ddc83b4c401be965a9947782becf20cc8c54e6a2 diff --git a/Makefile.am b/Makefile.am index 66d7cb55..2e45aff0 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,4 +1,4 @@ -SUBDIRS=src ao-tools ao-utils +SUBDIRS=src doc altoslib libaltos altosui ao-tools ao-utils altosdroid EXTRA_DIST = ChangeLog @@ -13,4 +13,7 @@ ChangeLog: dist-hook: ChangeLog fat: - cd ao-tools/altosui && $(MAKE) fat + cd src && $(MAKE) all + cd doc && $(MAKE) all + cd altosui/libaltos && $(MAKE) all + cd altosui && $(MAKE) fat