X-Git-Url: https://git.distorted.org.uk/~mdw/anag/blobdiff_plain/60dffc01674ffe3b92a9ae717f149984a8db78ad..0f01a808594f036baa08c6941c264ebc848ab2d7:/Makefile.am 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@