X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=scripts%2FMakefile.am;fp=scripts%2FMakefile.am;h=b208d06d1f76a2651c321bc32ab7b4cc518369ee;hb=43cec6c0dda0b5b0fbaaabc019a760965b573d55;hp=e865d73039126367418da7d9eff4def1de67f50b;hpb=13dc0bb2c24d70bdf3c570574e92637f0b3da341;p=mono.git diff --git a/scripts/Makefile.am b/scripts/Makefile.am index e865d730391..b208d06d1f7 100644 --- a/scripts/Makefile.am +++ b/scripts/Makefile.am @@ -37,6 +37,7 @@ bin_SCRIPTS = \ peverify \ mcs \ csc \ + csi \ mono-package-runtime \ mono-heapviz \ $(scripts_mono_configuration_crypto) @@ -159,6 +160,7 @@ EXTRA_DIST = \ mcs.in \ csc.in \ dmcs.in \ + csi.in \ mono-package-runtime \ mono-test-install \ mono-heapviz \ @@ -211,6 +213,10 @@ dmcs: dmcs.in Makefile $(REWRITE_COMMON) $(srcdir)/dmcs.in > $@.tmp mv -f $@.tmp $@ +csi: csi.in Makefile + $(REWRITE_COMMON) $(srcdir)/csi.in > $@.tmp + mv -f $@.tmp $@ + mono-service: mono-service.in Makefile $(REWRITE4) -e 's,@''exe_name@,$@,g' $(srcdir)/mono-service.in > $@.tmp mv -f $@.tmp $@