diff options
| author | Keith Packard <keithp@keithp.com> | 2014-05-29 14:36:14 -0700 |
|---|---|---|
| committer | Keith Packard <keithp@keithp.com> | 2014-05-29 14:36:14 -0700 |
| commit | bf684a4c290573a3aa627fd8ddf6f6ebbe5fa057 (patch) | |
| tree | a02bccd0d39daaa2cd5ac9bc87ebd4bc6393c552 /altosui/Makefile.am | |
| parent | f80075be4ebb9c5fe00c24b8c7638fad23267424 (diff) | |
telegps: Add graph display
Moved the altosui graph files to altosuilib and fixed things up.
Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'altosui/Makefile.am')
| -rw-r--r-- | altosui/Makefile.am | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/altosui/Makefile.am b/altosui/Makefile.am index add46825..1eb2d967 100644 --- a/altosui/Makefile.am +++ b/altosui/Makefile.am @@ -35,9 +35,6 @@ altosui_JAVA = \ AltosPad.java \ AltosUIPreferencesBackend.java \ AltosUI.java \ - AltosGraph.java \ - AltosGraphDataPoint.java \ - AltosGraphDataSet.java \ AltosGraphUI.java JFREECHART_CLASS= \ |
