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:
authorRaja R Harinath <harinath@hurrynot.org>2005-07-11 14:01:47 +0400
committerRaja R Harinath <harinath@hurrynot.org>2005-07-11 14:01:47 +0400
commit90c5e73bd694cfa763e945d17f6b97e38efde0c3 (patch)
tree4ab30af5ba2dad5837a2597acd75e9968355e0d9 /Makefile.am
parent2050a324f1f35d75a75b7abe4e572d71db662735 (diff)
* scripts/script.in: Add @framework_version@ blank.
* scripts/script2.in: Remove. * scripts/Makefile.am: Update. Use wsdl.exe for wsdl2 and monop.exe for monop2. svn path=/trunk/mono/; revision=47161
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am5
1 files changed, 3 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am
index dfb63743bd3..b9064e10ee6 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -7,7 +7,7 @@ SUBDIRS = $(libgc_dir) mono $(ikvm_native_dir) support docs data runtime scripts
## 'tools' is not normally built
DIST_SUBDIRS = libgc mono ikvm-native support docs data runtime scripts man samples web tools
-EXTRA_DIST= mono.pc.in mint.pc.in
+EXTRA_DIST= mono.pc.in mint.pc.in mono-uninstalled.pc.in
# Distribute the 'mcs' tree too
dist-hook:
@@ -20,7 +20,8 @@ pkgconfig_DATA= mono.pc mint.pc
else
pkgconfig_DATA= mint.pc
endif
-DISTCLEANFILES= mono.pc mint.pc
+noinst_DATA = mono-uninstalled.pc
+DISTCLEANFILES= mono.pc mint.pc mono-uninstalled.pc
.PHONY: get-monolite-latest mcs-do-compiler-tests compiler-tests bootstrap-world