Merge pull request #3142 from henricm/fix-for-win-mono_string_to_utf8
[mono.git] / mcs / tools / mconfig / Makefile
1 thisdir = tools/mconfig
2 SUBDIRS = 
3 include ../../build/rules.make
4
5 LOCAL_MCS_FLAGS =
6 LIB_REFS = System.Xml System
7 PROGRAM = mconfig.exe
8
9 install-local: install-local-data
10
11 install-local-data:
12         $(MKINSTALLDIRS) $(DESTDIR)$(sysconfdir)/mono/mconfig/
13         $(INSTALL_DATA) data/config.xml $(DESTDIR)$(sysconfdir)/mono/mconfig
14
15 EXTRA_DISTFILES = TODO data/config.xml 
16
17 include ../../build/executable.make