* Makefile (EXTRA_DISTFILES): Add support file Test/.../InstallerAssembly.cs.
authorRaja R Harinath <harinath@hurrynot.org>
Fri, 8 Apr 2005 08:33:51 +0000 (08:33 -0000)
committerRaja R Harinath <harinath@hurrynot.org>
Fri, 8 Apr 2005 08:33:51 +0000 (08:33 -0000)
svn path=/trunk/mcs/; revision=42676

mcs/class/System.Configuration.Install/ChangeLog
mcs/class/System.Configuration.Install/Makefile

index 4b738c4b94144cf6dd8bd842c27217192a12e060..2e77a14e551b5863e3e7d09739b17f024e56f92a 100644 (file)
@@ -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
index a8600155cef5fbbfcecb3a652f7fff252b8cb82d..ae87300e0e6c5558e253dab5e30ec09a90ceb3dd 100644 (file)
@@ -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