chiark
/
gitweb
/
~mdw
/
anag
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
60dffc0
)
Install Java files in the right place.
author
mdw
<mdw>
Wed, 7 Feb 2001 09:09:20 +0000
(09:09 +0000)
committer
mdw
<mdw>
Wed, 7 Feb 2001 09:09:20 +0000
(09:09 +0000)
Makefile.am
patch
|
blob
|
blame
|
history
diff --git
a/Makefile.am
b/Makefile.am
index 19dc30f4e64af478b2c9873f61625a6ca1419c10..0c757e80cfc0fcb852152534bb868993380a8b7b 100644
(file)
--- a/
Makefile.am
+++ b/
Makefile.am
@@
-1,6
+1,6
@@
## -*-makefile-*-
##
## -*-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
##
##
## Makefile for Anag
##
@@
-28,6
+28,9
@@
##----- Revision history ----------------------------------------------------
##
## $Log: Makefile.am,v $
##----- 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.
## 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
##
AUTOMAKE_OPTIONS = foreign
-javadir =
datadir
/java
+javadir =
$(datadir)
/java
JAVAC = @JAVAC@
JAVAC = @JAVAC@