2002-05-19 Martin Baulig <martin@gnome.org>
authorMartin Baulig <martin@novell.com>
Sat, 18 May 2002 19:53:15 +0000 (19:53 -0000)
committerMartin Baulig <martin@novell.com>
Sat, 18 May 2002 19:53:15 +0000 (19:53 -0000)
* mono/Makefile.am (SUBDIRS): Added `os', it's referenced by
interpreter/Makefile.am.

svn path=/trunk/mono/; revision=4749

ChangeLog
mono/Makefile.am

index 24ccfaee068212bafa9937d77c1fd2f5560b0f06..1de78e52b0ff62fc5a48619d2a41593bee6da8d6 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2002-05-19  Martin Baulig  <martin@gnome.org>
+
+       * mono/Makefile.am (SUBDIRS): Added `os', it's referenced by
+       interpreter/Makefile.am.
 
 Wed May 15 12:22:09 CEST 2002 Paolo Molaro <lupus@ximian.com>
 
index f4924ea34ceae899644c1aecf7139cb10782cee6..ca0f9817dcb87a18f1c8fefb7b418ba5e36e3a2f 100644 (file)
@@ -1,9 +1,9 @@
 # the handles dir doesn't apply to windows
 if PLATFORM_WIN32
 SUBDIRS = utils io-layer monoburg metadata cil dis \
-       arch monograph interpreter jit tests benchmark
+       arch monograph os interpreter jit tests benchmark
 else
 SUBDIRS = utils io-layer monoburg metadata cil dis \
-       arch monograph interpreter jit tests benchmark handles
+       arch monograph os interpreter jit tests benchmark handles
 endif