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:
authorRodrigo Kumpera <kumpera@gmail.com>2013-01-03 02:34:08 +0400
committerRodrigo Kumpera <kumpera@gmail.com>2013-01-03 02:54:38 +0400
commite37a3a7494d89c139fbae363b56179c53eb8894a (patch)
tree6f0691af081fb1b3a80ed8e834529f88cfefd054 /autogen.sh
parent47a1bec326becaa74b70706aeb9de51863739213 (diff)
Metadata's Makefile.am.in can now be patched by the extension module as well.
Diffstat (limited to 'autogen.sh')
-rwxr-xr-xautogen.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/autogen.sh b/autogen.sh
index a01a29711a1..06ad5c88664 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -119,6 +119,7 @@ if test x$has_ext_mod = xtrue; then
popd
else
cat mono/mini/Makefile.am.in > mono/mini/Makefile.am
+ cat mono/metadata/Makefile.am.in > mono/metadata/Makefile.am
fi