aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJunio C Hamano <junkio@cox.net>2006-09-27 23:56:55 -0700
committerJunio C Hamano <junkio@cox.net>2006-09-27 23:56:55 -0700
commit2d5b459107cf07bbb307cfb196c2007c497a6dd2 (patch)
treeb7f398e90acf62af13709dba1739db30144913ee /Makefile
parent51b2dd4e3f730f6be6c19faf3b4a04caea9e0420 (diff)
parenteb30aed7c69190fd648947d54bbb9ebe53c67715 (diff)
downloadgit-2d5b459107cf07bbb307cfb196c2007c497a6dd2.tar.gz
git-2d5b459107cf07bbb307cfb196c2007c497a6dd2.tar.xz
Merge branch 'jl/virtual'
* jl/virtual: Removed memory leaks from interpolation table uses. Cleaned up git-daemon virtual hosting support.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index c888c810b..e649d72f6 100644
--- a/Makefile
+++ b/Makefile
@@ -522,6 +522,9 @@ endif
ifdef NO_INET_NTOP
LIB_OBJS += compat/inet_ntop.o
endif
+ifdef NO_INET_PTON
+ LIB_OBJS += compat/inet_pton.o
+endif
ifdef NO_ICONV
ALL_CFLAGS += -DNO_ICONV