Blob Blame History Raw
--- xsp-1.9.1/test/Makefile.am	2008-01-29 22:53:32.000000000 +0000
+++ xsp-1.9.1/test/Makefile.am-new	2008-04-21 13:44:50.000000000 +0100
@@ -34,4 +34,4 @@
 EXTRA_DIST = $(testfiles) $(sitemapreader_build)
 
 SiteMapReader_1.1.dll: $(sitemapreader_build)
-	$(MCS) -pkg:dotnet -r:System.Xml.dll -target:library -out:$@ $^
+	$(MCS) -r:System.Web.dll -r:System.Xml.dll -target:library -out:$@ $^