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:
authorMiguel de Icaza <miguel@gnome.org>2008-09-15 01:46:58 +0400
committerMiguel de Icaza <miguel@gnome.org>2008-09-15 01:46:58 +0400
commit45bc5d51ba89635980b0e14df4d2faf0a09cc12e (patch)
tree4478d631bc5a74c7d6d1cdb55c28df71cdfc1ba4 /Makefile.am
parent34defca14076d8341365ce3650d3e4db00a1b9cf (diff)
2008-09-14 Miguel de Icaza <miguel@novell.com>
* Added some infrastructure to start the translation of the compiler error messages. Currently the compiler does not yet use the infrastructure, that needs a bit of work, but the PO infrastructure is in place. svn path=/trunk/mono/; revision=112972
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am6
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile.am b/Makefile.am
index 65830f1a7b1..37140de0085 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,13 +1,13 @@
AUTOMAKE_OPTIONS = foreign
ACLOCAL_AMFLAGS = -I .
-SUBDIRS = $(libgc_dir) $(eglib_dir) mono $(ikvm_native_dir) support docs data runtime scripts man samples web msvc
+SUBDIRS = po/mcs $(libgc_dir) $(eglib_dir) mono $(ikvm_native_dir) support docs data runtime scripts man samples web msvc
# Keep in sync with SUBDIRS
## 'tools' is not normally built
-DIST_SUBDIRS = libgc $(eglib_dir) mono ikvm-native support docs data runtime scripts man samples web tools msvc
+DIST_SUBDIRS = po/mcs libgc $(eglib_dir) mono ikvm-native support docs data runtime scripts man samples web tools msvc
-EXTRA_DIST= mono-uninstalled.pc.in dtrace-prelink.sh build-mingw32.sh LICENSE
+EXTRA_DIST= po.m4 mono-uninstalled.pc.in dtrace-prelink.sh build-mingw32.sh LICENSE
DISTCHECK_CONFIGURE_FLAGS = EXTERNAL_MCS=false EXTERNAL_RUNTIME=false