X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mcs%2Fclass%2FSystem.DirectoryServices%2FMakefile;h=ff5403fd06a9fc2a583051869f7a69a85d068f78;hb=22448831bbcc3d170f80ae5e3cc02fccd39ff970;hp=26fd3a301b19a9dca1969b7675307744ef6edc14;hpb=ab514df0163343475693939a17b0e37eab512c3d;p=mono.git diff --git a/mcs/class/System.DirectoryServices/Makefile b/mcs/class/System.DirectoryServices/Makefile index 26fd3a301b1..ff5403fd06a 100644 --- a/mcs/class/System.DirectoryServices/Makefile +++ b/mcs/class/System.DirectoryServices/Makefile @@ -3,6 +3,8 @@ SUBDIRS = include ../../build/rules.make LIBRARY = System.DirectoryServices.dll -LIB_MCS_FLAGS = /r:$(corlib) /r:System.dll /r:Novell.Directory.Ldap.dll +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