diff options
author | Shawn O. Pearce <spearce@spearce.org> | 2006-11-05 02:28:25 -0500 |
---|---|---|
committer | Junio C Hamano <junkio@cox.net> | 2006-11-04 23:41:05 -0800 |
commit | af8ffbed0fc016e066765706738c45c65493f392 (patch) | |
tree | 90502e3dcc64f77f37e942986a320eec4da8a1a2 /gitk | |
parent | bf8675d314ffb0289779a954fdf6ae22f3322d0d (diff) | |
download | git-af8ffbed0fc016e066765706738c45c65493f392.tar.gz git-af8ffbed0fc016e066765706738c45c65493f392.tar.xz |
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>
Diffstat (limited to 'gitk')
0 files changed, 0 insertions, 0 deletions