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:
authorRaja R Harinath <harinath@hurrynot.org>2005-04-08 12:33:51 +0400
committerRaja R Harinath <harinath@hurrynot.org>2005-04-08 12:33:51 +0400
commit30b957b71fd0ea3fd8b31be3a6d93b3a0f255f85 (patch)
tree8ba00c6e238d2dfb518cb582e4167d8113dfd7ca /mcs/class/System.Configuration.Install
parentb49aafaf624d34c10d9952b1360e3fb3819c73f0 (diff)
* Makefile (EXTRA_DISTFILES): Add support file Test/.../InstallerAssembly.cs.
svn path=/trunk/mcs/; revision=42676
Diffstat (limited to 'mcs/class/System.Configuration.Install')
-rw-r--r--mcs/class/System.Configuration.Install/ChangeLog5
-rw-r--r--mcs/class/System.Configuration.Install/Makefile2
2 files changed, 6 insertions, 1 deletions
diff --git a/mcs/class/System.Configuration.Install/ChangeLog b/mcs/class/System.Configuration.Install/ChangeLog
index 4b738c4b941..2e77a14e551 100644
--- a/mcs/class/System.Configuration.Install/ChangeLog
+++ b/mcs/class/System.Configuration.Install/ChangeLog
@@ -1,3 +1,8 @@
+2005-04-08 Raja R Harinath <rharinath@novell.com>
+
+ * Makefile (EXTRA_DISTFILES): Add support file
+ Test/.../InstallerAssembly.cs.
+
2005-03-24 Muthu Kannan <t.manki@gmail.com>
* Makefile (test-local): Create InstallerAssembly.dll for unit
diff --git a/mcs/class/System.Configuration.Install/Makefile b/mcs/class/System.Configuration.Install/Makefile
index a8600155cef..ae87300e0e6 100644
--- a/mcs/class/System.Configuration.Install/Makefile
+++ b/mcs/class/System.Configuration.Install/Makefile
@@ -6,7 +6,7 @@ LIBRARY = System.Configuration.Install.dll
LIB_MCS_FLAGS = /r:$(corlib) /r:System.dll /r:System.Xml.dll /r:System.Runtime.Serialization.Formatters.Soap.dll
TEST_MCS_FLAGS = $(LIB_MCS_FLAGS)
-EXTRA_DISTFILES = Test/ChangeLog
+EXTRA_DISTFILES = Test/ChangeLog Test/System.Configuration.Install/InstallerAssembly.cs
include ../../build/library.make