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:
authorAtsushi Eno <atsushieno@gmail.com>2015-04-06 17:55:51 +0300
committerAtsushi Eno <atsushieno@gmail.com>2015-04-24 08:36:51 +0300
commit4cd398d7565cef4611d0403225cfee9b4c487c85 (patch)
treead1997142698d783ed54a9d88497fdc8a8f1a9e6 /mcs/class/System.ServiceModel.Internals/Makefile
parent9f0d5717811f51d98dad146f426948b71576c506 (diff)
build System.ServiceModel.Internals everywhere.
Diffstat (limited to 'mcs/class/System.ServiceModel.Internals/Makefile')
-rw-r--r--mcs/class/System.ServiceModel.Internals/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/mcs/class/System.ServiceModel.Internals/Makefile b/mcs/class/System.ServiceModel.Internals/Makefile
index a246259b5d5..24b5d2fc2e9 100644
--- a/mcs/class/System.ServiceModel.Internals/Makefile
+++ b/mcs/class/System.ServiceModel.Internals/Makefile
@@ -11,4 +11,8 @@ LIB_MCS_FLAGS = /unsafe
TEST_MCS_FLAGS = $(LIB_MCS_FLAGS)
+EXTRA_DISTFILES =
+
+NO_TEST = yes
+
include ../../build/library.make