diff options
author | Volker Lendecke <vl@samba.org> | 2009-02-26 10:48:41 +0100 |
---|---|---|
committer | Volker Lendecke <vl@samba.org> | 2009-02-26 13:04:33 +0100 |
commit | 4d22554e98134755cea609aa6d888c8e67fc123b (patch) | |
tree | 1a222b6b2484c12cce2fae50868adfd808d2434a /source3 | |
parent | 42b8d6b3084e235beb8e4ed4215b5973e769ada3 (diff) | |
download | samba-4d22554e98134755cea609aa6d888c8e67fc123b.tar.gz samba-4d22554e98134755cea609aa6d888c8e67fc123b.tar.bz2 samba-4d22554e98134755cea609aa6d888c8e67fc123b.zip |
Add tevent_ntstatus
Diffstat (limited to 'source3')
-rw-r--r-- | source3/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/Makefile.in b/source3/Makefile.in index 8f1d1a5b77..d957d70edb 100644 --- a/source3/Makefile.in +++ b/source3/Makefile.in @@ -340,7 +340,7 @@ UTIL_OBJ = ../lib/util/rbtree.o ../lib/util/signal.o ../lib/util/time.o \ ../lib/util/params.o ../lib/util/talloc_stack.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_unix.o ../lib/util/tevent_ntstatus.o CRYPTO_OBJ = ../lib/crypto/crc32.o ../lib/crypto/md5.o \ ../lib/crypto/hmacmd5.o ../lib/crypto/arcfour.o \ |