Skip to content
This repository has been archived by the owner on Nov 19, 2022. It is now read-only.

Commit

Permalink
[xsp] Removed the private copy of ReaderWriterLockSlim class, linking…
Browse files Browse the repository at this point in the history
… with System.Core now
  • Loading branch information
grendello committed Apr 13, 2011
1 parent 451ea5e commit 5e4a26e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 564 deletions.
3 changes: 1 addition & 2 deletions src/Mono.WebServer/Makefile.am
Expand Up @@ -5,7 +5,7 @@ SYSTEMCORE_DEP=@SYSTEMCORE_DEP@

monowebserver2dir = $(prefix)/lib/xsp/2.0
monowebserver2_install = 2.0/Mono.WebServer2.dll
monowebserver2_references = -r:System.Web.dll -r:System.Configuration.dll -r:Mono.Security.dll
monowebserver2_references = -r:System.Web.dll -r:System.Configuration.dll -r:Mono.Security.dll -r:System.Core.dll
GACUTIL2=$(GACUTIL) -package 2.0

if NET_4_0
Expand Down Expand Up @@ -35,7 +35,6 @@ monowebserver2_sources = \
VPathToHost.cs \
WebTrace.cs \
SearchPattern.cs \
ReaderWriterLockSlim.cs \
LockRecursionException.cs \
LockRecursionPolicy.cs \
UnregisterRequestEventArgs.cs \
Expand Down

0 comments on commit 5e4a26e

Please sign in to comment.