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:
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