fix typo
[mcs.git] / tools / tuner / Makefile
blobf849690e2364497db40ffde3b116ac738afca684
1 thisdir = tools/tuner
2 SUBDIRS =
3 include ../../build/rules.make
5 CECIL = $(topdir)/class/lib/$(PROFILE)/Mono.Cecil.dll
6 LINKER = $(topdir)/class/lib/$(PROFILE)/monolinker.exe
8 LOCAL_MCS_FLAGS = -r:System.dll -r:System.Xml.dll -r:$(LINKER) -r:$(CECIL)
10 LIBRARY = Mono.Tuner.dll
12 NO_INSTALL = yes
13 NO_TEST = yes
14 NO_SIGN_ASSEMBLY = yes
16 include ../../build/library.make