summaryrefslogtreecommitdiff
path: root/altosui/Makefile.am
diff options
context:
space:
mode:
authorKeith Packard <keithp@keithp.com>2011-08-10 13:35:26 -0700
committerKeith Packard <keithp@keithp.com>2011-08-10 13:35:26 -0700
commit6ac604d11de44cd824f09e4b467264a2b74be7bd (patch)
tree3b56f4826826dbb1de1682b99a8c5bb9eed33eb0 /altosui/Makefile.am
parent94d9a2c36fabdf24d6a0b985851e95e4eb181fd9 (diff)
Altosui: Add flight statistics tab to graph window
Provide basic flight stats alongside the flight graph. Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'altosui/Makefile.am')
-rw-r--r--altosui/Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/altosui/Makefile.am b/altosui/Makefile.am
index a11e2c7f..3bc68cdb 100644
--- a/altosui/Makefile.am
+++ b/altosui/Makefile.am
@@ -51,6 +51,8 @@ altosui_JAVA = \
AltosFlightDisplay.java \
AltosFlightInfoTableModel.java \
AltosFlightReader.java \
+ AltosFlightStats.java \
+ AltosFlightStatsTable.java \
AltosFlightStatus.java \
AltosFlightUI.java \
AltosFrequency.java \