X-Git-Url: https://git.gag.com/?a=blobdiff_plain;ds=sidebyside;f=Makefile.am;h=2e45aff060683d2087a0cb9d589500363c519443;hb=daf8776f8646ba187f1a17f7aae797503bed3f2a;hp=2c412bf97157f9b1dde1880a3856c849a6f772a4;hpb=b372f3c0ee4ec49aabe61c169cb1eb9bb4fb2cfc;p=fw%2Faltos diff --git a/Makefile.am b/Makefile.am index 2c412bf9..2e45aff0 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,4 +1,4 @@ -SUBDIRS=src altosui ao-tools ao-utils +SUBDIRS=src doc altoslib libaltos altosui ao-tools ao-utils altosdroid EXTRA_DIST = ChangeLog @@ -14,5 +14,6 @@ dist-hook: ChangeLog fat: cd src && $(MAKE) all - cd ao-tools/libaltos && $(MAKE) all - cd ao-tools/altosui && $(MAKE) fat + cd doc && $(MAKE) all + cd altosui/libaltos && $(MAKE) all + cd altosui && $(MAKE) fat