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:
authorZoltan Varga <vargaz@gmail.com>2010-03-04 07:46:42 +0300
committerZoltan Varga <vargaz@gmail.com>2010-03-04 07:46:42 +0300
commitb8e1d7ea8ee055b8db21feb9533afcb64b335460 (patch)
tree581e4dcea6fa63e09c9433729bfb08f51a896a0a /Makefile.am
parentc8de0786e8f596cb886cdc0dba876bfcc72bf962 (diff)
2010-03-04 Zoltan Varga <vargaz@gmail.com>
* Makefile.am (DIST_SUBDIRS): Add eglib. svn path=/trunk/mono/; revision=152994
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am
index 8a62b1b366c..93fcdee32cb 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -5,7 +5,7 @@ if CROSS_COMPILING
SUBDIRS = po $(libgc_dir) $(eglib_dir) mono $(ikvm_native_dir) data runtime scripts man samples web msvc $(docs_dir)
# Keep in sync with SUBDIRS
## 'tools' is not normally built
-DIST_SUBDIRS = po libgc $(eglib_dir) mono ikvm-native data runtime scripts man samples web tools msvc docs
+DIST_SUBDIRS = po libgc eglib mono ikvm-native data runtime scripts man samples web tools msvc docs
else
if MOONLIGHT
SUBDIRS = $(libgc_dir) $(eglib_dir) mono $(ikvm_native_dir) data runtime
@@ -13,7 +13,7 @@ else
SUBDIRS = po $(libgc_dir) $(eglib_dir) mono $(ikvm_native_dir) support data runtime scripts man samples web msvc $(docs_dir)
# Keep in sync with SUBDIRS
## 'tools' is not normally built
-DIST_SUBDIRS = po libgc $(eglib_dir) mono ikvm-native support data runtime scripts man samples web tools msvc docs
+DIST_SUBDIRS = po libgc eglib mono ikvm-native support data runtime scripts man samples web tools msvc docs
endif
endif