Cleaned up git-daemon virtual hosting support.
[gitweb.git] / Makefile
index 28091d6be00666b0cbfd2faaa558770c836695cd..e68b4c0747614d8b19abcc0a09e4d24a8e9f41f7 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -524,6 +524,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