Author: lluis
Date: 2006-04-04 12:23:06 -0400 (Tue, 04 Apr 2006)
New Revision: 59029
Modified:
trunk/monodevelop/Extras/NUnit/ChangeLog
trunk/monodevelop/Extras/NUnit/Makefile.am
Log:
2006-04-04 Lluis Sanchez Gual <[EMAIL PROTECTED]>
* Makefile.am: Reference nunit libraries using $(NUNIT_LIBS).
Patch by Christian Hergert.
Modified: trunk/monodevelop/Extras/NUnit/ChangeLog
===================================================================
--- trunk/monodevelop/Extras/NUnit/ChangeLog 2006-04-04 16:21:48 UTC (rev
59028)
+++ trunk/monodevelop/Extras/NUnit/ChangeLog 2006-04-04 16:23:06 UTC (rev
59029)
@@ -1,3 +1,8 @@
+2006-04-04 Lluis Sanchez Gual <[EMAIL PROTECTED]>
+
+ * Makefile.am: Reference nunit libraries using $(NUNIT_LIBS).
+ Patch by Christian Hergert.
+
2006-04-03 Lluis Sanchez Gual <[EMAIL PROTECTED]>
* NUnit/Services/NUnitService.cs: Use a GUI thread safe
Modified: trunk/monodevelop/Extras/NUnit/Makefile.am
===================================================================
--- trunk/monodevelop/Extras/NUnit/Makefile.am 2006-04-04 16:21:48 UTC (rev
59028)
+++ trunk/monodevelop/Extras/NUnit/Makefile.am 2006-04-04 16:23:06 UTC (rev
59029)
@@ -4,8 +4,6 @@
REFS = -r:System \
-r:System.Xml \
- -r:nunit.framework \
- -r:nunit.core \
-r:$(top_builddir)/build/bin/MonoDevelop.Core.dll \
-r:$(top_builddir)/build/AddIns/MonoDevelop.Core.Gui.dll \
-r:$(top_builddir)/build/AddIns/MonoDevelop.Projects.dll \
@@ -13,7 +11,8 @@
-r:$(top_builddir)/build/AddIns/MonoDevelop.Components.dll \
-r:$(top_builddir)/build/AddIns/MonoDevelop.Ide.dll \
$(GTK_SHARP_LIBS) \
- $(GLADE_SHARP_LIBS)
+ $(GLADE_SHARP_LIBS) \
+ $(NUNIT_LIBS)
FILES = \
AssemblyInfo.cs \
_______________________________________________
Mono-patches maillist - [email protected]
http://lists.ximian.com/mailman/listinfo/mono-patches