[build] Change the way how mcs references are passed to compiler to always use full...
[mono.git] / mcs / class / System.DirectoryServices / Makefile
index 6f12b5f0f897166fc49a5b1b8dc58ac67fe77ad5..7eccfe87a4e731d6cac7f8f7ae98709cebd1463a 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 =
 TEST_MCS_FLAGS = $(LIB_MCS_FLAGS) -nowarn:0618 -nowarn:219 -nowarn:169
 
 include ../../build/library.make