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

github.com/mono/monodevelop.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan McGovern <alan.mcgovern@gmail.com>2012-04-20 05:43:33 +0400
committerAlan McGovern <alan.mcgovern@gmail.com>2012-04-20 14:33:31 +0400
commit211708666af8f1fd4f3dc3b001b4dc36fd66cf8b (patch)
treeb74fa6d03f50a661acce75f24fa8402179314ce4 /main/Makefile.am
parent84e6e7db828da8322aa915e66a8d921d92ce6065 (diff)
[Build] Build NGit, NSch and Sharpen from their submodule location
We now do a simple xbuild of the NGit sln to build these projects and their associated tests.
Diffstat (limited to 'main/Makefile.am')
-rw-r--r--main/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/main/Makefile.am b/main/Makefile.am
index 11b83dc6f0..b4d698f36b 100644
--- a/main/Makefile.am
+++ b/main/Makefile.am
@@ -1,4 +1,4 @@
-SUBDIRS = contrib src po man theme-icons build tests
+SUBDIRS = ../external contrib src po man theme-icons build tests
#capture aclocal flags for autoreconf
ACLOCAL_AMFLAGS=$(ACLOCAL_FLAGS)