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 /configure.ac | |
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 'configure.ac')
-rw-r--r-- | configure.ac | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index e27cf81f..83cf9987 100644 --- a/configure.ac +++ b/configure.ac @@ -134,6 +134,7 @@ PKG_CHECK_MODULES([SNDFILE], [sndfile]) AC_OUTPUT([ Makefile altosui/Makefile +altosui/AltosVersion.java altosui/libaltos/Makefile ao-tools/Makefile ao-tools/lib/Makefile |