From 34386abbd0967bf9bea703136649d7cd939645c3 Mon Sep 17 00:00:00 2001 From: Atsushi Eno Date: Tue, 10 Mar 2009 08:24:57 +0000 Subject: [PATCH] 2009-03-10 Atsushi Enomoto * Makefile: add svcutil to the build. svn path=/trunk/mcs/; revision=128952 --- mcs/tools/ChangeLog | 4 ++++ mcs/tools/Makefile | 1 + 2 files changed, 5 insertions(+) diff --git a/mcs/tools/ChangeLog b/mcs/tools/ChangeLog index f6c7bb47a97..da0d5db667d 100644 --- a/mcs/tools/ChangeLog +++ b/mcs/tools/ChangeLog @@ -1,3 +1,7 @@ +2009-03-10 Atsushi Enomoto + + * Makefile: add svcutil to the build. + 2008-12-01 Jb Evain * Makefile: build the tuner library during the net_1_1 profile. The diff --git a/mcs/tools/Makefile b/mcs/tools/Makefile index 74ffcb31d66..dc0f48fe4db 100644 --- a/mcs/tools/Makefile +++ b/mcs/tools/Makefile @@ -53,6 +53,7 @@ net_2_0_dirs := \ nunitreport \ sqlsharp \ gacutil \ + svcutil \ csharplib net_2_1_dirs := \ -- 2.25.1