Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDuncan Mak <duncan@mono-cvs.ximian.com>2004-05-29 03:49:32 +0400
committerDuncan Mak <duncan@mono-cvs.ximian.com>2004-05-29 03:49:32 +0400
commit00afe48c72011c43ea4aa34e7eb679433257d66c (patch)
tree75112df0fb18f0e844d45830e6405ac93234c70f /runtime
parent20205363c3f37b7e1440d8e31f75a2f23386e74c (diff)
* runtime/Makefile.am:
* scripts/Makefile.am: Include mono-find-provides and mono-find-requires. svn path=/trunk/mono/; revision=28411
Diffstat (limited to 'runtime')
-rw-r--r--runtime/Makefile.am6
1 files changed, 5 insertions, 1 deletions
diff --git a/runtime/Makefile.am b/runtime/Makefile.am
index 05a9d983d76..0f16329c61b 100644
--- a/runtime/Makefile.am
+++ b/runtime/Makefile.am
@@ -21,6 +21,8 @@ monobins_DATA = \
chktrust.exe \
soapsuds.exe \
monop.exe \
+ mono-find-provides.exe \
+ mono-find-requires.exe \
setreg.exe \
cert2spc.exe \
certmgr.exe \
@@ -86,12 +88,14 @@ $(monobins_DATA):
setreg.exe) d=tools/security ;; \
sn.exe) d=tools/security ;; \
monop.exe) d=tools/monop ;; \
+ mono-find-provides.exe) d=tools/mono-find-provides ;; \
+ mono-find-requires.exe) d=tools/mono-find-requires ;; \
browsercaps-updater.exe) d=tools/browsercaps-updater ;; \
gacutil.exe) d=tools/gacutil ;; \
gmcs.exe) d=gmcs ;; \
esac; \
f=$(mcs_topdir)/$$d/$@; \
- if test -f $$f; then :; else f=$(monobinsdir)/$@; fi ; \
+mcs if test -f $$f; then :; else f=$(monobinsdir)/$@; fi ; \
echo "cp -f $$f $(srcdir)"; \
cp -f $$f $(srcdir)