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:
authorMiguel de Icaza <miguel@gnome.org>2001-08-21 03:41:34 +0400
committerMiguel de Icaza <miguel@gnome.org>2001-08-21 03:41:34 +0400
commit11e62b93949c13dae1252432cac7986bb4bc3c90 (patch)
tree8a33028b051889143ff13fcca133f3a461e6ff44 /Makefile.am
parenta8d6eb7e1a334a186e871d7b19f2288283c33e9c (diff)
2001-08-20 Miguel de Icaza <miguel@ximian.com>
* mono/Makefile.am (SUBDIRS): Remove `test' from here to allow us to pass make distcheck * mono/wrapper/Makefile.am (EXTRA_DIST): Include genwrapper.pl * configure.in, Makefile.am, runtime/Makefile.am (dist-hook, install-data-hook): Added mechanism to distribute and install the dll files. svn path=/trunk/mono/; revision=527
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 25862e829f7..f8d5ea84f6c 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1 +1 @@
-SUBDIRS = libffi mono doc
+SUBDIRS = libffi mono doc runtime