[build] Fixes Mono.Security dependency
[mono.git] / mcs / tools / cil-stringreplacer / Makefile
1 thisdir = tools/cil-stringreplacer
2 SUBDIRS =
3 include ../../build/rules.make
4
5 PROGRAM = cil-stringreplacer.exe
6 NO_INSTALL = yes
7
8 LOCAL_MCS_FLAGS = -r:System.dll
9
10 include ../../build/executable.make