diff options
| author | Keith Packard <keithp@keithp.com> | 2011-03-19 18:43:52 -0700 |
|---|---|---|
| committer | Keith Packard <keithp@keithp.com> | 2011-03-19 18:47:55 -0700 |
| commit | e980b251e5a4d25410710a9aa89ef940e06b0d93 (patch) | |
| tree | 7cc3f2f76209d92a8db5f604ffaeb1e225c54855 /altosui/Makefile.am | |
| parent | 1aeb759c48f475ffaaae787515e080440c8386c3 (diff) | |
altosui: Add software version to Configure AltosUI dialog
Show this somewhere so we can figure out what is installed.
Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'altosui/Makefile.am')
| -rw-r--r-- | altosui/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/altosui/Makefile.am b/altosui/Makefile.am index 133afbe8..288fca0e 100644 --- a/altosui/Makefile.am +++ b/altosui/Makefile.am @@ -85,6 +85,7 @@ altosui_JAVA = \ AltosGraphTime.java \ AltosGraphUI.java \ AltosDataChooser.java \ + AltosVersion.java \ AltosVoice.java JFREECHART_CLASS= \ |
