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-07-09 15:00:31 +0400
committerAlan McGovern <alan.mcgovern@gmail.com>2012-07-09 15:01:29 +0400
commit775474cef03ca08e7fe078a1785c6df38e15b5c0 (patch)
tree02d283fc707ab91eaa501fb12800345249ed8bdb /main/external/Makefile.am
parent6cd53af36a3f8dc97e5e39bbc7887b8ff321312c (diff)
[Git] Bump NGit to the latest version for some more windows fixes
Also update the build to take the new Sharpen.Unix.dll into account and ensure it is copied along with the rest of the NGit assemblies.
Diffstat (limited to 'main/external/Makefile.am')
-rw-r--r--main/external/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/main/external/Makefile.am b/main/external/Makefile.am
index e5ee3048cb..31c727001e 100644
--- a/main/external/Makefile.am
+++ b/main/external/Makefile.am
@@ -3,7 +3,7 @@ TARBALL_PATH=../../tarballs/external
NGIT_SLN=ngit/ngit.sln
NGIT=$(NGIT_SLN) /t:NGit
NGIT_OUTPUT = ngit/bin/
-NGIT_ASSEMBLIES = $(addprefix $(NGIT_OUTPUT), NGit.dll NSch.dll Sharpen.dll)
+NGIT_ASSEMBLIES = $(addprefix $(NGIT_OUTPUT), NGit.dll NSch.dll Sharpen.dll Sharpen.Unix.dll)
NGIT_BINARIES = $(NGIT_ASSEMBLIES) $(addsuffix .mdb, $(NGIT_ASSEMBLIES))
CECIL_SLN=cecil/Mono.Cecil.sln