diff options
| author | Keith Packard <keithp@keithp.com> | 2014-05-28 21:56:52 -0700 |
|---|---|---|
| committer | Keith Packard <keithp@keithp.com> | 2014-05-28 22:02:32 -0700 |
| commit | 3871b9ac036e3adfa1da089245fc7973b268c921 (patch) | |
| tree | f84cee06faaf7574e81836292b67ac702b69cc1b /telegps/Makefile.am | |
| parent | 4cec35564324f909dcddeb7c0d83a2daa8223042 (diff) | |
telegps: Add 'Info' tab
This contains a summary of the tracking info, including position,
speed and course.
Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'telegps/Makefile.am')
| -rw-r--r-- | telegps/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/telegps/Makefile.am b/telegps/Makefile.am index 280b1e40..f8e2e63c 100644 --- a/telegps/Makefile.am +++ b/telegps/Makefile.am @@ -15,6 +15,7 @@ telegps_JAVA= \ TeleGPS.java \ TeleGPSStatus.java \ TeleGPSStatusUpdate.java \ + TeleGPSInfo.java \ TeleGPSConfig.java \ TeleGPSConfigUI.java \ TeleGPSPreferences.java |
