* mono/Makefile.am (DIST_SUBDIRS): Add 'handles' directory.
authorRaja R Harinath <harinath@hurrynot.org>
Thu, 14 Apr 2005 10:14:06 +0000 (10:14 -0000)
committerRaja R Harinath <harinath@hurrynot.org>
Thu, 14 Apr 2005 10:14:06 +0000 (10:14 -0000)
* configure.in (AC_OUTPUT): Add back 'mono/handles' directory.

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

ChangeLog
configure.in
mono/Makefile.am

index e7780097b9ae7329bedec75ca05e38300bd58750..4a39ac08e1ee9273c6484363671f77b614a6e853 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2005-04-14  Raja R Harinath  <rharinath@novell.com>
+
+       * mono/Makefile.am (DIST_SUBDIRS): Add 'handles' directory.
+       * configure.in (AC_OUTPUT): Add back 'mono/handles' directory.
+
 2005-04-13  Raja R Harinath  <rharinath@novell.com>
 
        * configure.in (AC_OUTPUT): Remove 'mono/handles' directory.
index 66da25d7d80829c17b2e1ce802e3442379059ef3..9da49c241b9573747b682ab933743d17cad1240c 100644 (file)
@@ -1729,6 +1729,7 @@ 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 6e233330c309ea704c5f90c1c61aa6487240670b..6f73c4ad29e88ebe0b1bd47ef4316c53f5e6e0fa 100644 (file)
@@ -5,3 +5,5 @@ endif
 
 SUBDIRS = utils io-layer monoburg os cil metadata \
       arch interpreter mini dis monograph tests benchmark profiler
+
+DIST_SUBDIRS = $(SUBDIRS) handles