diff options
author | Günther Deschner <gd@samba.org> | 2009-06-10 21:22:33 +0200 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2009-06-10 21:25:57 +0200 |
commit | 27bb7ac5d1ae1b22954024d74c02d9ffdb283def (patch) | |
tree | ca56116dce299f41970203fb11e40c85d1260a0e /source3 | |
parent | dc5c7b7f98345621f4cf1b9992ebbe9144e14ebb (diff) | |
download | samba-27bb7ac5d1ae1b22954024d74c02d9ffdb283def.tar.gz samba-27bb7ac5d1ae1b22954024d74c02d9ffdb283def.tar.bz2 samba-27bb7ac5d1ae1b22954024d74c02d9ffdb283def.zip |
lib-util: move set_blocking() call into own file.
Guenther
Diffstat (limited to 'source3')
-rw-r--r-- | source3/Makefile.in | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/source3/Makefile.in b/source3/Makefile.in index d93c7a76a5..33555846fd 100644 --- a/source3/Makefile.in +++ b/source3/Makefile.in @@ -356,7 +356,8 @@ UTIL_OBJ = ../lib/util/rbtree.o ../lib/util/signal.o ../lib/util/time.o \ ../lib/util/genrand.o ../lib/util/util_net.o \ ../lib/util/become_daemon.o ../lib/util/system.o \ ../lib/util/tevent_unix.o ../lib/util/tevent_ntstatus.o \ - ../lib/util/smb_threads.o ../lib/util/util_id.o + ../lib/util/smb_threads.o ../lib/util/util_id.o \ + ../lib/util/blocking.o CRYPTO_OBJ = ../lib/crypto/crc32.o ../lib/crypto/md5.o \ ../lib/crypto/hmacmd5.o ../lib/crypto/arcfour.o \ |