Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono-addins.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLluis Sanchez <lluis@xamarin.com>2012-07-19 18:01:46 +0400
committerLluis Sanchez <lluis@xamarin.com>2012-07-19 18:01:46 +0400
commit43b4de80b251aaacee89ede2ea5ce473a0d2992d (patch)
tree17e490d1580ab3951228d7e8611c2994dd7045aa /Makefile.am
parent5c88e2195d95081cc8ff512185b8f0421ea44532 (diff)
Build the solution using xbuild
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index e87ba74..5da1b66 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,7 +1,7 @@
SUBDIRS = Mono.Addins Mono.Addins.CecilReflector Mono.Addins.Setup Mono.Addins.MSBuild Mono.Addins.Gui mautil Test docs
-EXTRA_DIST = COPYING mono-addins.snk
+EXTRA_DIST = COPYING mono-addins.snk Mono.Addins.sln
SRC_PACKAGE_DIR=Mono.Addins-source-@VERSION@
BIN_PACKAGE_DIR=Mono.Addins-binary-@VERSION@