]> git.ipfire.org Git - thirdparty/git.git/commit - Makefile
Remove SIMPLE_PROGRAMS and make git-daemon a normal program.
authorShawn O. Pearce <spearce@spearce.org>
Sun, 5 Nov 2006 07:28:25 +0000 (02:28 -0500)
committerJunio C Hamano <junkio@cox.net>
Sun, 5 Nov 2006 07:41:05 +0000 (23:41 -0800)
commitaf8ffbed0fc016e066765706738c45c65493f392
tree90502e3dcc64f77f37e942986a320eec4da8a1a2
parentbf8675d314ffb0289779a954fdf6ae22f3322d0d
Remove SIMPLE_PROGRAMS and make git-daemon a normal program.

Some platforms (Solaris in particular) appear to require -lz as
part of the link line for git-daemon, due to it linking against
sha1_file.o and that module requiring inflate/deflate support.

So its time to retire SIMPLE_PROGRAMS and move its last remaining
member into the standard PROGRAMS list, allowing it to link against
all libraries used by the rest of Git.

Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
Signed-off-by: Junio C Hamano <junkio@cox.net>
Makefile