diff options
Diffstat (limited to 'source4/heimdal_build/config.mk')
-rw-r--r-- | source4/heimdal_build/config.mk | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/source4/heimdal_build/config.mk b/source4/heimdal_build/config.mk index 7f6387f45a..6615f81649 100644 --- a/source4/heimdal_build/config.mk +++ b/source4/heimdal_build/config.mk @@ -266,7 +266,12 @@ NOPROTO = YES ADD_OBJ_FILES = \ heimdal/lib/roken/gai_strerror.o \ heimdal/lib/roken/getaddrinfo.o \ - heimdal/lib/roken/freeaddrinfo.o + heimdal/lib/roken/freeaddrinfo.o \ + heimdal/lib/roken/getipnodebyaddr.o \ + heimdal/lib/roken/getipnodebyname.o \ + heimdal/lib/roken/freehostent.o \ + heimdal/lib/roken/copyhostent.o \ + heimdal/lib/roken/hostent_find_fqdn.o NOPROTO = YES ####################### |