[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 8cf0671024b5f82f91949268a90bdbf7dcf2a83a..9c48a40e29ddfb28882d65f65c684f91a69122ea 100644 (file)
@@ -3,10 +3,8 @@ SUBDIRS =
 
 include ../../../../build/rules.make
 
-PROGRAM = $(topdir)/class/lib/$(PROFILE)/RabbitMQ.Client.Apigen.exe
-
-LOCAL_MCS_FLAGS = /r:System.dll     \
-                  /r:System.Xml.dll \
-                  /main:RabbitMQ.Client.Apigen.Apigen
+PROGRAM = RabbitMQ.Client.Apigen.exe
+LIB_REFS = System System.Xml
+LOCAL_MCS_FLAGS = /main:RabbitMQ.Client.Apigen.Apigen
 
 include ../../../../build/executable.make