Merge pull request #1155 from steffen-kiess/json-string
[mono.git] / mcs / class / System.Reactive.Providers / Makefile
index a79e1e191bf4a8495f10629c25efcf353d87603e..d3badf673828dad0af2a5acf3624abb9f4a72fc7 100644 (file)
@@ -3,12 +3,9 @@ SUBDIRS =
 include ../../build/rules.make
 
 LIBRARY = System.Reactive.Providers.dll
+LIB_REFS = System System.Core System.Reactive.Interfaces System.Reactive.Core System.Reactive.Linq
 LIB_MCS_FLAGS = \
                @more_build_args \
-               -r:System.dll \
-               -r:System.Core.dll \
-               -r:System.Reactive.Interfaces.dll \
-               -r:System.Reactive.Core.dll \
                -r:System.Reactive.Linq.dll
 
 ifeq (true, $(GENERATE_RESOURCES))