git help: remove whatchanged from list of common commands
[gitweb.git] / Makefile
index 4fd6520b7edf6215c3baf78298ac309883a7935d..efe6b1271970e72383b8ef8aaede7d9b548beaa0 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -420,6 +420,9 @@ else
        ALL_CFLAGS += -Dsockaddr_storage=sockaddr_in6
 endif
 endif
+ifdef NO_INET_NTOP
+       LIB_OBJS += compat/inet_ntop.o
+endif
 
 ifdef NO_ICONV
        ALL_CFLAGS += -DNO_ICONV