]> git.ipfire.org Git - thirdparty/git.git/commit - Makefile
Link git-shell only to a subset of libgit.a
authorStephan Beyer <s-beyer@gmx.net>
Fri, 18 Jul 2008 01:04:30 +0000 (03:04 +0200)
committerJunio C Hamano <gitster@pobox.com>
Sat, 19 Jul 2008 18:17:42 +0000 (11:17 -0700)
commit78568448239ea09c8a78b72741863be1148c4660
tree1bf4adb0a0fe2d55ab6bc7538e703c0b8f07a2fc
parentbb3e4f03be815067814624b1e0b2f6de054519cd
Link git-shell only to a subset of libgit.a

Commit 5b8e6f85 introduced stubs for three functions that make no sense
for git-shell. But those stubs defined libgit.a functions a second time
so that a linker can complain.

Now git-shell is only linked to a subset of libgit.a.

Signed-off-by: Stephan Beyer <s-beyer@gmx.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Makefile