aboutsummaryrefslogtreecommitdiff
path: root/libjava/classpath/native/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'libjava/classpath/native/Makefile.am')
-rw-r--r--libjava/classpath/native/Makefile.am9
1 files changed, 9 insertions, 0 deletions
diff --git a/libjava/classpath/native/Makefile.am b/libjava/classpath/native/Makefile.am
new file mode 100644
index 0000000..6cc3090
--- /dev/null
+++ b/libjava/classpath/native/Makefile.am
@@ -0,0 +1,9 @@
+## Input file for automake to generate the Makefile.in used by configure
+
+if CREATE_JNI_LIBRARIES
+ JNIDIR = jni
+endif
+
+SUBDIRS = fdlibm $(JNIDIR) target
+DIST_SUBDIRS = fdlibm jni target
+