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:
authorAtsushi Eno <atsushieno@gmail.com>2008-11-26 04:39:02 +0300
committerAtsushi Eno <atsushieno@gmail.com>2008-11-26 04:39:02 +0300
commit64035589f3628e0be5f8d226eec1b3ce92ff9125 (patch)
tree8bb2d8ab276db7f8848b25516a8ad4e35a1096a0 /mcs/nunit24
parent57bee69973a2c2f90a827d465a180edd06c9f824 (diff)
2005-11-25 Atsushi Enomoto <atsushi@ximian.com>
* NUnitCore/interfaces/Makefile: another one bites the dust :( svn path=/trunk/mcs/; revision=120038
Diffstat (limited to 'mcs/nunit24')
-rw-r--r--mcs/nunit24/ChangeLog4
-rw-r--r--mcs/nunit24/NUnitCore/interfaces/Makefile2
2 files changed, 5 insertions, 1 deletions
diff --git a/mcs/nunit24/ChangeLog b/mcs/nunit24/ChangeLog
index 23080990291..ef855d2f51c 100644
--- a/mcs/nunit24/ChangeLog
+++ b/mcs/nunit24/ChangeLog
@@ -1,5 +1,9 @@
2005-11-25 Atsushi Enomoto <atsushi@ximian.com>
+ * NUnitCore/interfaces/Makefile: another one bites the dust :(
+
+2005-11-25 Atsushi Enomoto <atsushi@ximian.com>
+
* Makefile, NUnitExtensions/docs :
well, just remove those extra empty stuff.
diff --git a/mcs/nunit24/NUnitCore/interfaces/Makefile b/mcs/nunit24/NUnitCore/interfaces/Makefile
index d13d24d33c4..a77f281b149 100644
--- a/mcs/nunit24/NUnitCore/interfaces/Makefile
+++ b/mcs/nunit24/NUnitCore/interfaces/Makefile
@@ -14,7 +14,7 @@ install-local: install-symlink
uninstall-local: uninstall-symlink
endif
-EXTRA_DISTFILES = nunit.core.dll.csproj nunit.core.dll_VS2005.csproj
+EXTRA_DISTFILES = nunit.core.interfaces.dll.csproj nunit.core.interfaces.dll_VS2005.csproj
include ../../../build/library.make