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 /altoslib/Makefile.am | |
| parent | 5eb52f54a616f4e89b718d50d77a7b68cf7a4354 (diff) | |
Change AltosLib to altoslib
Follow Java conventions
Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'altoslib/Makefile.am')
| -rw-r--r-- | altoslib/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/altoslib/Makefile.am b/altoslib/Makefile.am index 1b03c925..bab7d6d3 100644 --- a/altoslib/Makefile.am +++ b/altoslib/Makefile.am @@ -2,6 +2,8 @@ AM_JAVACFLAGS=-encoding UTF-8 -Xlint:deprecation JAVAROOT=bin +VERSION=1 + CLASSPATH_ENV=mkdir -p $(JAVAROOT); CLASSPATH="bin:$(FREETTS)/*:/usr/share/java/*" SRC=. |
