Merge pull request #704 from jgagnon/master
[mono.git] / mcs / class / System.DirectoryServices / Makefile
index 6f12b5f0f897166fc49a5b1b8dc58ac67fe77ad5..ff5403fd06a9fc2a583051869f7a69a85d068f78 100644 (file)
@@ -4,7 +4,7 @@ include ../../build/rules.make
 
 LIBRARY = System.DirectoryServices.dll
 LIB_REFS = System Novell.Directory.Ldap
-LIB_MCS_FLAGS = /r:$(corlib) /r:System.dll /r:Novell.Directory.Ldap.dll
+LIB_MCS_FLAGS = /r:$(corlib)
 TEST_MCS_FLAGS = $(LIB_MCS_FLAGS) -nowarn:0618 -nowarn:219 -nowarn:169
 
 include ../../build/library.make