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:48:34 -0700 |
| commit | 16b886fcd3a29e420a8351bc5da0baa4d7b77255 (patch) | |
| tree | d5a389a8fc6b75a97c6097ba2bc9760439b60e08 /configure.ac | |
| parent | e2a2893fc04113ebc85a026c96f7317f4e82da58 (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>
(cherry picked from commit e980b251e5a4d25410710a9aa89ef940e06b0d93)
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 397088da..4b41c353 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 |
