summaryrefslogtreecommitdiff
path: root/resource/Makefile.am
diff options
context:
space:
mode:
authorBrian Jones <cbj@gnu.org>2002-02-08 04:42:28 +0000
committerBrian Jones <cbj@gnu.org>2002-02-08 04:42:28 +0000
commit3b70d2c0150b6490f883df6c02ecb54b723c1546 (patch)
treedcb726af1a52c99e4ad24d0e8e5e9baba630ecd6 /resource/Makefile.am
parent114f79e48b0044fd4123a8a010e4197e5ee5f16f (diff)
downloadclasspath-3b70d2c0150b6490f883df6c02ecb54b723c1546.tar.gz
* configure.in: fixed broken make dist by moving some of the checks
out of an if statement wrapping functionality needed only for compiling JNI libraries, so unfortunately yes you probably must have a C compiler even if just compiling the Java source * Makefile.am: dist-hook to use $(distdir) instead of $(top_distdir) * native/gnu.java.awt.image: removed directory, needed file was already part of native/jni/gtk-peer/ directory and library. * resource/java/util/Makefile.am: updated properties files to include in distribution * resource/Makefile.am: include gnu in SUBDIRS * resource/gnu/Makefile.am: new file * resource/gnu/.cvsignore: ditto * resource/gnu/java/Makefile.am: ditto * resource/gnu/java/.cvsignore: ditto * resource/gnu/java/awt/Makefile.am: ditto * resource/gnu/java/awt/.cvsignore: ditto * resource/gnu/java/awt/peer/Makefile.am: ditto * resource/gnu/java/awt/peer/.cvsignore: ditto * resource/gnu/java/awt/peer/gtk/Makefile.am: ditto * resource/gnu/java/awt/peer/gtk/.cvsignore: ditto * configure.in: added above Makefiles to output
Diffstat (limited to 'resource/Makefile.am')
-rw-r--r--resource/Makefile.am6
1 files changed, 4 insertions, 2 deletions
diff --git a/resource/Makefile.am b/resource/Makefile.am
index 13cccf6f0..446718878 100644
--- a/resource/Makefile.am
+++ b/resource/Makefile.am
@@ -1,5 +1,7 @@
## used by automake to generate Makefile.in
-SUBDIRS = java
+SUBDIRS = gnu java
-EXTRA_DIST=japhar-0.09.patch.1
+EXTRA_DIST = \
+ orp-1.0.8.patch \
+ orp-1.0.9.patch