Merge pull request #129 from grumpydev/CryptoFixo
[mono.git] / mcs / class / Mono.Async / Makefile
1 thisdir = class/Mono.Async
2 SUBDIRS = 
3 include ../../build/rules.make
4
5 LIBRARY = Mono.Async.dll
6
7 LIB_MCS_FLAGS = -r:System.Core.dll
8
9 include ../../build/library.make