summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorBdale Garbee <bdale@gag.com>2010-11-25 19:30:02 -0700
committerBdale Garbee <bdale@gag.com>2010-11-25 19:30:02 -0700
commitab6c9c983a2830bc8807e1b75d2576141b73632d (patch)
tree93eec3a069990714c7d0f9a3ba4c64cfcc772862 /Makefile.am
parentb8f05cdc0e9b4a96852eed9d38ff6d5950e2d2ed (diff)
update fat target in Makefiles to reflect move of altosui and libaltos
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am
index 2c412bf9..0767ccde 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -14,5 +14,5 @@ dist-hook: ChangeLog
fat:
cd src && $(MAKE) all
- cd ao-tools/libaltos && $(MAKE) all
- cd ao-tools/altosui && $(MAKE) fat
+ cd altosui/libaltos && $(MAKE) all
+ cd altosui && $(MAKE) fat