diff options
author | Keith Packard <keithp@keithp.com> | 2014-05-28 16:08:30 -0700 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2014-05-28 16:08:30 -0700 |
commit | 2fa7785f9efdefaf0fc2fa8e0b03c85047613b84 (patch) | |
tree | 1bb39ea63f2a4ef1a58b7212e6b36c2bfb6557ca /Makefile.am | |
parent | 9b3516419981967a1c6ab956269139977ac368ca (diff) |
telegps: Add first version of telegps
Not much implemented yet, but a shell of the UI and the map
Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am index f035bb39..919dc2a9 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,4 +1,4 @@ -SUBDIRS=ao-tools src doc icon altoslib libaltos altosuilib altosui micropeak ao-utils altosdroid +SUBDIRS=ao-tools src doc icon altoslib libaltos altosuilib altosui micropeak ao-utils altosdroid telegps EXTRA_DIST = ChangeLog @@ -22,4 +22,4 @@ 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 + $(top_srcdir)/fix-java-versions org.altusmetrum.altoslib=$(ALTOSLIB_VERSION) org.altusmetrum.altosuilib=$(ALTOSUILIB_VERSION) |