[build] Change the way how mcs references are passed to compiler to always use full...
[mono.git] / mcs / class / System.DirectoryServices / Makefile
index be89edad8186843397d89ff0ec82c7535f353f58..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
-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