[build] Change the way how mcs references are passed to compiler to always use full...
[mono.git] / mcs / class / RabbitMQ.Client / src / apigen / Makefile
index 9d5e49a318156426af592e19ce0c9142f98f731c..9c48a40e29ddfb28882d65f65c684f91a69122ea 100644 (file)
@@ -4,9 +4,7 @@ SUBDIRS =
 include ../../../../build/rules.make
 
 PROGRAM = RabbitMQ.Client.Apigen.exe
-
-LOCAL_MCS_FLAGS = /r:System.dll     \
-                  /r:System.Xml.dll \
-                  /main:RabbitMQ.Client.Apigen.Apigen
+LIB_REFS = System System.Xml
+LOCAL_MCS_FLAGS = /main:RabbitMQ.Client.Apigen.Apigen
 
 include ../../../../build/executable.make