Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZoltan Varga <vargaz@gmail.com>2005-01-13 22:36:29 +0300
committerZoltan Varga <vargaz@gmail.com>2005-01-13 22:36:29 +0300
commit8729c3da5a87f5c61f9522c0888924276828428c (patch)
tree26c3862aec3fe0640192be0e34061a4b068cefa8 /Makefile.am
parentba969244c1f79eb52d430ac67009f12d12b8ff2a (diff)
2005-01-13 Zoltan Varga <vargaz@freemail.hu>
* configure.in Makefile.am: Resurrect ikvm-jni. * ikvm-native: New directory which contains a copy of the 'native' module in IKVM cvs. svn path=/trunk/mono/; revision=38888
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index c519486c323..91831daaae2 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,7 +1,7 @@
AUTOMAKE_OPTIONS = foreign
ACLOCAL_AMFLAGS = -I .
-SUBDIRS = $(libgc_dir) mono support docs data runtime scripts man samples web
+SUBDIRS = $(libgc_dir) mono $(ikvm_native_dir) support docs data runtime scripts man samples web
# Keep in sync with SUBDIRS
## 'tools' is not normally built