[build] Change the way how mcs references are passed to compiler to always use full...
[mono.git] / mcs / class / Mono.Directory.LDAP / Makefile
index 985bbb7cf55d6555f6699b783e1e770fc722e9f5..040a1801e1c29afd53171d01eb1a6e6cb9796542 100644 (file)
@@ -3,6 +3,7 @@ SUBDIRS =
 include ../../build/rules.make
 
 LIBRARY = Mono.Directory.LDAP.dll
-LIB_MCS_FLAGS = /r:$(corlib) /r:System.dll /r:System.Data.dll
+LIB_REFS = System System.Data
+LIB_MCS_FLAGS =
 
 include ../../build/library.make