From: mdw Date: Wed, 7 Feb 2001 09:09:20 +0000 (+0000) Subject: Install Java files in the right place. X-Git-Tag: 1.0.0~6 X-Git-Url: https://git.distorted.org.uk/~mdw/anag/commitdiff_plain/0f01a808594f036baa08c6941c264ebc848ab2d7 Install Java files in the right place. --- diff --git a/Makefile.am b/Makefile.am index 19dc30f..0c757e8 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,6 +1,6 @@ ## -*-makefile-*- ## -## $Id: Makefile.am,v 1.5 2001/02/06 10:06:25 mdw Exp $ +## $Id: Makefile.am,v 1.6 2001/02/07 09:09:20 mdw Exp $ ## ## Makefile for Anag ## @@ -28,6 +28,9 @@ ##----- Revision history ---------------------------------------------------- ## ## $Log: Makefile.am,v $ +## Revision 1.6 2001/02/07 09:09:20 mdw +## Install Java files in the right place. +## ## Revision 1.5 2001/02/06 10:06:25 mdw ## Find a suitable Java compiler. If there isn't one, don't compile the ## Java bits. @@ -46,7 +49,7 @@ ## AUTOMAKE_OPTIONS = foreign -javadir = datadir/java +javadir = $(datadir)/java JAVAC = @JAVAC@