summaryrefslogtreecommitdiff
path: root/altosui/Makefile.am
diff options
context:
space:
mode:
authorKeith Packard <keithp@keithp.com>2014-05-22 18:46:58 -0700
committerKeith Packard <keithp@keithp.com>2014-05-22 18:46:58 -0700
commitb60a3689910731d9bdb8a431a3dcc9e99f961b35 (patch)
treeb40fdb9c02fb4b79ffb76a12f55b93c56f0b4c39 /altosui/Makefile.am
parent2625a464417c8475c66101757ca2c30cd6c74e0c (diff)
altoslib: Move CSV/KML output code to altoslib
It's sharable, so share it Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'altosui/Makefile.am')
-rw-r--r--altosui/Makefile.am3
1 files changed, 0 insertions, 3 deletions
diff --git a/altosui/Makefile.am b/altosui/Makefile.am
index 3a2a1863..76fe9961 100644
--- a/altosui/Makefile.am
+++ b/altosui/Makefile.am
@@ -28,7 +28,6 @@ altosui_JAVA = \
AltosConfigureUI.java \
AltosConfigTD.java \
AltosConfigTDUI.java \
- AltosCSV.java \
AltosCSVUI.java \
AltosDescent.java \
AltosDeviceUIDialog.java \
@@ -53,7 +52,6 @@ altosui_JAVA = \
AltosLaunch.java \
AltosLaunchUI.java \
AltosInfoTable.java \
- AltosKML.java \
AltosLanded.java \
AltosLed.java \
AltosLights.java \
@@ -68,7 +66,6 @@ altosui_JAVA = \
AltosSiteMapCache.java \
AltosSiteMapTile.java \
AltosUI.java \
- AltosWriter.java \
AltosGraph.java \
AltosGraphDataPoint.java \
AltosGraphDataSet.java \