diff options
| author | Keith Packard <keithp@keithp.com> | 2013-01-29 14:52:23 +1100 |
|---|---|---|
| committer | Keith Packard <keithp@keithp.com> | 2013-01-29 14:52:23 +1100 |
| commit | 5a3c5de6657d1c26e52015a8acec0cd05e294cef (patch) | |
| tree | 4f209c0eb88577727b16d44c8a66346056e4b050 /Makefile.am | |
| parent | 5eb52f54a616f4e89b718d50d77a7b68cf7a4354 (diff) | |
Change AltosLib to altoslib
Follow Java conventions
Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'Makefile.am')
| -rw-r--r-- | Makefile.am | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index 59cddb9f..bd7772e8 100644 --- a/Makefile.am +++ b/Makefile.am @@ -20,3 +20,6 @@ fat: cd altosuilib && $(MAKE) all cd altosui && $(MAKE) fat cd micropeak && $(MAKE) fat + +set-java-versions: + $(top_srcdir)/fix-java-versions org.altusmetrum.altoslib=$(ALTOSLIB_VERSION) org.altusmetrum.altosuilib=$(ALTOSUILIB_VERSION)
\ No newline at end of file |
