diff options
author | Dalibor Topic <robilad@yahoo.com> | 2008-02-09 21:16:16 +0000 |
---|---|---|
committer | Dalibor Topic <robilad@yahoo.com> | 2008-02-09 21:16:16 +0000 |
commit | a972611c0bc6514fe48fd8467e84766adfc2b725 (patch) | |
tree | 172fdd24eb6cdfd7bba9f94e840bf05ae1617794 /configure.ac | |
parent | d7305c7400c3a4dda07a2a539563f52f392f375d (diff) | |
download | classpath-a972611c0bc6514fe48fd8467e84766adfc2b725.tar.gz |
2008-02-09 Dalibor Topic <robilad@kaffe.org>
* native/jni/Makefile.am (all-local): Call check_jni_methods.sh
directly.
* scripts/Makefile.am (EXTRA_DIST): Removed check_jni_methods.sh.
* include/Makefile.am (SOUND_H_FILES, GST_PEER_H_FILES)
(XMLJ_H_FILES, GTKPEER_H_FILES, QTPEER_H_FILES)
(GCONF_PREFS_FILES, H_FILES): Don't generate header files
in the source directory, as it may not be writeable.
(DISTCLEANFILES) Added H_FILES.
* configure.ac (AC_CONFIG_FILES): Added
scripts/check_jni_methods.sh.
* scripts/check_jni_methods.sh: Removed. Moved over to ..
* scripts/check_jni_methods.sh.in: New file. Added
top_srcdir and top_builddir where necessary.
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index 07247f32e..73c88ad58 100644 --- a/configure.ac +++ b/configure.ac @@ -976,6 +976,7 @@ scripts/classpath.spec lib/Makefile lib/gen-classlist.sh lib/copy-vmresources.sh +scripts/check_jni_methods.sh tools/Makefile examples/Makefile examples/Makefile.jawt |