summaryrefslogtreecommitdiff
path: root/native/Makefile.am
diff options
context:
space:
mode:
authorMark Wielaard <mark@klomp.org>2003-08-14 16:58:43 +0000
committerMark Wielaard <mark@klomp.org>2003-08-14 16:58:43 +0000
commit0e72d08aa4a1f27f7c78a0100f6c23d1ab719e67 (patch)
treef97481827b4e2b09ea0764ff1e666b8e66289b0d /native/Makefile.am
parentf8388a305962ac87f915e50439201c25c16d5d92 (diff)
downloadclasspath-0e72d08aa4a1f27f7c78a0100f6c23d1ab719e67.tar.gz
* configure.in (AC_OUTPUT): Add native/target/Makefile,
native/target/Linux/Makefile and native/target/generic/Makefile. * native/Makefile.am (SUBDIRS): Add target. * native/target/.cvsignore: New file. * native/target/Makefile.am: Likewise. * native/target/Linux/.cvsignore: Likewise. * native/target/Linux/Makefile.am: Likewise. * native/target/generic/.cvsignore: Likewise. * native/target/generic/Makefile.am: Likewise.
Diffstat (limited to 'native/Makefile.am')
-rw-r--r--native/Makefile.am6
1 files changed, 3 insertions, 3 deletions
diff --git a/native/Makefile.am b/native/Makefile.am
index 38cd02ea3..f1167a78c 100644
--- a/native/Makefile.am
+++ b/native/Makefile.am
@@ -3,14 +3,14 @@
if CREATE_JNI_LIBRARIES
if CREATE_CNI_LIBRARIES
-SUBDIRS = fdlibm cni jni
+SUBDIRS = fdlibm cni jni target
else
-SUBDIRS = fdlibm jni
+SUBDIRS = fdlibm jni target
endif
else
if CREATE_CNI_LIBRARIES
-SUBDIRS = fdlibm cni
+SUBDIRS = fdlibm cni target
endif
endif