summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am10
1 files changed, 8 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am
index aaa0ae14..bd7772e8 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,4 +1,4 @@
-SUBDIRS=src doc altoslib altosui ao-tools ao-utils altosdroid
+SUBDIRS=src doc altoslib libaltos altosuilib altosui micropeak ao-tools ao-utils altosdroid
EXTRA_DIST = ChangeLog
@@ -15,5 +15,11 @@ 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
+
+set-java-versions:
+ $(top_srcdir)/fix-java-versions org.altusmetrum.altoslib=$(ALTOSLIB_VERSION) org.altusmetrum.altosuilib=$(ALTOSUILIB_VERSION) \ No newline at end of file