Merge pull request #2747 from lambdageek/dev/monoerror-mono_remote_class
[mono.git] / mcs / tools / installutil / Makefile
1 thisdir = tools/installutil
2 SUBDIRS = 
3 include ../../build/rules.make
4
5 LOCAL_MCS_FLAGS = -r:System.Configuration.Install.dll -r:System.dll
6
7 PROGRAM = installutil.exe
8
9 include ../../build/executable.make