Wed, 29 Mar 2006 20:54:05 +0200 Paolo Molaro <lupus@ximian.com>
authorPaolo Molaro <lupus@oddwiz.org>
Wed, 29 Mar 2006 20:16:38 +0000 (20:16 -0000)
committerPaolo Molaro <lupus@oddwiz.org>
Wed, 29 Mar 2006 20:16:38 +0000 (20:16 -0000)
* configure.in, mono/Makefile.am: remove the now unused handles dir
from the build.

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

ChangeLog
configure.in
mono/Makefile.am

index c5f7bacc95ff8ee3d13560b2025f8a63c43cad45..62cad3f1385e69a2deb8a52fb1970a1cc58713ce 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+
+Wed, 29 Mar 2006 20:54:05 +0200 Paolo Molaro <lupus@ximian.com>
+
+       * configure.in, mono/Makefile.am: remove the now unused handles dir
+       from the build.
+
 2006-03-22  Chris Toshok  <toshok@ximian.com>
 
        * data/net_2_0/web.config: add RoleManagerModule to httpModules.
index 7706234f441cdff81063f47b8a1195e9a9a4ba44..0ed9e630879f4483f4edc920e1210f78eed0a6b8 100644 (file)
@@ -1903,7 +1903,6 @@ mono/monoburg/Makefile
 mono/monograph/Makefile
 mono/io-layer/Makefile
 mono/mini/Makefile
-mono/handles/Makefile
 mono/profiler/Makefile
 ikvm-native/Makefile
 scripts/Makefile
index d2cb5f571d7e6c1997e237794d3e99bff7220516..07d0f0a0ef966291138fef160e94d8450ac27d50 100644 (file)
@@ -1,7 +1,3 @@
-# the handles dir doesn't apply to windows
-if ! PLATFORM_WIN32
-HANDLES = handles
-endif
 
 SUBDIRS = utils io-layer monoburg os cil metadata \
-      arch interpreter mini dis monograph tests benchmark $(HANDLES) profiler
+      arch interpreter mini dis monograph tests benchmark profiler