[build] Change the way how mcs references are passed to compiler to always use full...
[mono.git] / mcs / class / System.DirectoryServices / Makefile
index c8dcf3bc6ad1cf2862c548d633c65e41dae40fed..7eccfe87a4e731d6cac7f8f7ae98709cebd1463a 100644 (file)
@@ -3,7 +3,8 @@ SUBDIRS =
 include ../../build/rules.make
 
 LIBRARY = System.DirectoryServices.dll
-LIB_MCS_FLAGS = /r:$(corlib) /r:System.dll /r:Novell.Directory.Ldap.dll
-NO_TEST = yes
+LIB_REFS = System Novell.Directory.Ldap
+LIB_MCS_FLAGS =
+TEST_MCS_FLAGS = $(LIB_MCS_FLAGS) -nowarn:0618 -nowarn:219 -nowarn:169
 
 include ../../build/library.make