[mono/tests] Fix out of tree build.
[mono-project.git] / mcs / tools / mconfig / Makefile
blob48b315986db977ce8296989159c35500806bc031
1 thisdir = tools/mconfig
2 SUBDIRS =
3 include ../../build/rules.make
5 LOCAL_MCS_FLAGS =
6 LIB_REFS = System.Xml System
7 PROGRAM = mconfig.exe
9 install-local: install-local-data
11 install-local-data:
12 $(MKINSTALLDIRS) $(DESTDIR)$(sysconfdir)/mono/mconfig/
13 $(INSTALL_DATA) data/config.xml $(DESTDIR)$(sysconfdir)/mono/mconfig
15 EXTRA_DISTFILES = TODO data/config.xml
17 include ../../build/executable.make