From 30b957b71fd0ea3fd8b31be3a6d93b3a0f255f85 Mon Sep 17 00:00:00 2001 From: Raja R Harinath Date: Fri, 8 Apr 2005 08:33:51 +0000 Subject: * Makefile (EXTRA_DISTFILES): Add support file Test/.../InstallerAssembly.cs. svn path=/trunk/mcs/; revision=42676 --- mcs/class/System.Configuration.Install/ChangeLog | 5 +++++ mcs/class/System.Configuration.Install/Makefile | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) (limited to 'mcs/class/System.Configuration.Install') 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 + + * Makefile (EXTRA_DISTFILES): Add support file + Test/.../InstallerAssembly.cs. + 2005-03-24 Muthu Kannan * 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 -- cgit v1.2.3