diff options
author | Keith Packard <keithp@keithp.com> | 2014-05-29 14:40:39 -0700 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2014-05-29 14:40:39 -0700 |
commit | ca7e64a09823977e1af028e9482424e643beee68 (patch) | |
tree | 72c13ed61f1affdbfeb6fcd222cf34fbfb9a29d8 /Makefile.am | |
parent | bf684a4c290573a3aa627fd8ddf6f6ebbe5fa057 (diff) |
Build telegps distribution bits with 'make fat'
Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index 919dc2a9..15d2c82d 100644 --- a/Makefile.am +++ b/Makefile.am @@ -20,6 +20,7 @@ fat: cd altosuilib && $(MAKE) all cd altosui && $(MAKE) fat cd micropeak && $(MAKE) fat + cd telegps && $(MAKE) fat set-java-versions: $(top_srcdir)/fix-java-versions org.altusmetrum.altoslib=$(ALTOSLIB_VERSION) org.altusmetrum.altosuilib=$(ALTOSUILIB_VERSION) |