Merge pull request #704 from jgagnon/master
[mono.git] / mcs / class / System.DirectoryServices / Makefile
index c8dcf3bc6ad1cf2862c548d633c65e41dae40fed..ff5403fd06a9fc2a583051869f7a69a85d068f78 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 = /r:$(corlib)
+TEST_MCS_FLAGS = $(LIB_MCS_FLAGS) -nowarn:0618 -nowarn:219 -nowarn:169
 
 include ../../build/library.make