diff options
author | Stefan Metzmacher <metze@samba.org> | 2008-03-18 18:03:18 +0100 |
---|---|---|
committer | Stefan Metzmacher <metze@samba.org> | 2008-03-18 18:04:23 +0100 |
commit | 52669d84722c175555e17a222077f845d9aa958f (patch) | |
tree | 29ae0caeab23f77ac9edc825604fa4082790a660 /source4/lib/util | |
parent | 96197fa871db99ce3ca82ad718f3c442cec2ae3a (diff) | |
download | samba-52669d84722c175555e17a222077f845d9aa958f.tar.gz samba-52669d84722c175555e17a222077f845d9aa958f.tar.xz samba-52669d84722c175555e17a222077f845d9aa958f.zip |
lib/util: use LIBREPLACE_NETWORK as EXT_NSL doesn't exist anymore
metze
(This used to be commit b7dad8674a3aaa27bc1103a83be75434d413239b)
Diffstat (limited to 'source4/lib/util')
-rw-r--r-- | source4/lib/util/config.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/lib/util/config.mk b/source4/lib/util/config.mk index 16a0357df83..22e6617f7cb 100644 --- a/source4/lib/util/config.mk +++ b/source4/lib/util/config.mk @@ -21,7 +21,7 @@ OBJ_FILES = xfile.o \ become_daemon.o PUBLIC_DEPENDENCIES = \ LIBTALLOC LIBCRYPTO \ - SOCKET_WRAPPER EXT_NSL \ + SOCKET_WRAPPER LIBREPLACE_NETWORK \ CHARSET EXECINFO PUBLIC_HEADERS += $(addprefix lib/util/, util.h \ |