From 0f01a808594f036baa08c6941c264ebc848ab2d7 Mon Sep 17 00:00:00 2001 From: mdw Date: Wed, 7 Feb 2001 09:09:20 +0000 Subject: [PATCH] Install Java files in the right place. --- Makefile.am | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) 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@ -- 2.11.0