summaryrefslogtreecommitdiff
path: root/altosui/Makefile.am
diff options
context:
space:
mode:
authorKeith Packard <keithp@keithp.com>2013-02-10 00:29:29 -0800
committerKeith Packard <keithp@keithp.com>2013-02-10 00:30:32 -0800
commit2efd3ad80d4fefa8ccc1b80a2e657dbf9ba0c60f (patch)
tree02fdd0be077d082702da5f150670437e080318e2 /altosui/Makefile.am
parent0169e56ad030c0096b1068d00f06957990dfb31f (diff)
altosui/altoslib/altosuilib: Switch altosui to shared graph code
This adds a configuration tab to the graph window to enable/disable various plotted values. Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'altosui/Makefile.am')
-rw-r--r--altosui/Makefile.am9
1 files changed, 4 insertions, 5 deletions
diff --git a/altosui/Makefile.am b/altosui/Makefile.am
index f5b83ce7..8ae1a72e 100644
--- a/altosui/Makefile.am
+++ b/altosui/Makefile.am
@@ -74,10 +74,9 @@ altosui_JAVA = \
AltosSiteMapTile.java \
AltosUI.java \
AltosWriter.java \
- AltosDataPointReader.java \
- AltosDataPoint.java \
AltosGraph.java \
- AltosGraphTime.java \
+ AltosGraphDataPoint.java \
+ AltosGraphDataSet.java \
AltosGraphUI.java \
AltosDataChooser.java \
AltosVoice.java \
@@ -99,10 +98,10 @@ FREETTS_CLASS= \
freetts.jar
ALTOSLIB_CLASS=\
- AltosLib.jar
+ altoslib_$(ALTOSLIB_VERSION).jar
ALTOSUILIB_CLASS=\
- altosuilib.jar
+ altosuilib_$(ALTOSUILIB_VERSION).jar
LIBALTOS= \
libaltos.so \