summaryrefslogtreecommitdiff
path: root/native
diff options
context:
space:
mode:
authorDalibor Topic <robilad@yahoo.com>2008-02-09 21:16:16 +0000
committerDalibor Topic <robilad@yahoo.com>2008-02-09 21:16:16 +0000
commita972611c0bc6514fe48fd8467e84766adfc2b725 (patch)
tree172fdd24eb6cdfd7bba9f94e840bf05ae1617794 /native
parentd7305c7400c3a4dda07a2a539563f52f392f375d (diff)
downloadclasspath-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 'native')
-rw-r--r--native/jni/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/native/jni/Makefile.am b/native/jni/Makefile.am
index b820fe745..f37e73864 100644
--- a/native/jni/Makefile.am
+++ b/native/jni/Makefile.am
@@ -40,4 +40,4 @@ DIST_SUBDIRS = classpath java-io java-lang java-net java-nio java-util \
midi-dssi native-lib
all-local:
- cd $(top_srcdir) && $(SHELL) ./scripts/check_jni_methods.sh
+ $(SHELL) $(top_builddir)/scripts/check_jni_methods.sh