diff options
author | Stefan Metzmacher <metze@samba.org> | 2008-03-13 16:26:37 +0100 |
---|---|---|
committer | Stefan Metzmacher <metze@samba.org> | 2008-03-13 16:26:37 +0100 |
commit | 7db5e0a601968b9a5a978abd5a5a21b33913baf1 (patch) | |
tree | 2ca0fef06d72a9a19c471b502809f0e1d9a452ce /source4 | |
parent | 9c7c6c7049ab67bd5d0cee992180602bc71fa9d1 (diff) | |
download | samba-7db5e0a601968b9a5a978abd5a5a21b33913baf1.tar.gz samba-7db5e0a601968b9a5a978abd5a5a21b33913baf1.tar.bz2 samba-7db5e0a601968b9a5a978abd5a5a21b33913baf1.zip |
build: compile_et also needs inet_aton()
metze
(This used to be commit b6bcd66612eb3e507da94eb6f05e5d0317a8276c)
Diffstat (limited to 'source4')
-rw-r--r-- | source4/heimdal_build/config.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source4/heimdal_build/config.mk b/source4/heimdal_build/config.mk index 169e84e7f4..0235a9750c 100644 --- a/source4/heimdal_build/config.mk +++ b/source4/heimdal_build/config.mk @@ -501,6 +501,7 @@ OBJ_FILES = ../heimdal/lib/vers/print_version.ho \ ../heimdal/lib/roken/get_window_size.ho \ ../heimdal/lib/roken/strupr.ho \ ../heimdal/lib/roken/setprogname.ho \ + ../heimdal/lib/roken/inet_aton.ho \ ../lib/socket_wrapper/socket_wrapper.ho \ replace.ho PRIVATE_DEPENDENCIES = HEIMDAL_COM_ERR_COMPILE_LEX HEIMDAL_ROKEN_GETPROGNAME_H EXT_SOCKET EXT_NSL |