Install Java files in the right place.
authormdw <mdw>
Wed, 7 Feb 2001 09:09:20 +0000 (09:09 +0000)
committermdw <mdw>
Wed, 7 Feb 2001 09:09:20 +0000 (09:09 +0000)
Makefile.am

index 19dc30f..0c757e8 100644 (file)
@@ -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@