diff options
| author | Keith Packard <keithp@keithp.com> | 2012-02-23 17:00:48 +1300 |
|---|---|---|
| committer | Keith Packard <keithp@keithp.com> | 2012-06-02 19:39:55 -0700 |
| commit | 69e6df07976a56b49e07c242cd6e5b2cbd2a578d (patch) | |
| tree | b2a5bebf3260959a2468ebcdf32f828fa16e035b /altoslib/Makefile.am | |
| parent | 9b659904109f992b8a3e61efb94e81cdb19af1c9 (diff) | |
Move altoslib sources to top dir
No sense having them live deep in the file system.
Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'altoslib/Makefile.am')
| -rw-r--r-- | altoslib/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/altoslib/Makefile.am b/altoslib/Makefile.am index 2ddd24e6..4262daca 100644 --- a/altoslib/Makefile.am +++ b/altoslib/Makefile.am @@ -4,7 +4,7 @@ JAVAROOT=bin CLASSPATH_ENV=mkdir -p $(JAVAROOT); CLASSPATH="bin:$(FREETTS)/*:/usr/share/java/*" -SRC=src/org/altusmetrum/AltosLib +SRC=. BIN=bin/org/altusmetrum/AltosLib AltosLibdir = $(datadir)/java |
