diff options
author | Tim Potter <tpot@samba.org> | 2000-06-23 05:55:41 +0000 |
---|---|---|
committer | Tim Potter <tpot@samba.org> | 2000-06-23 05:55:41 +0000 |
commit | 11897939bcc073a24ff25c915beec7418a0bccfd (patch) | |
tree | 2e192c06598c3f6a62a23692f0bf4e0d65065509 | |
parent | db5e6ad3a69a6fd744d8a22066587908470e3815 (diff) | |
download | samba-11897939bcc073a24ff25c915beec7418a0bccfd.tar.gz samba-11897939bcc073a24ff25c915beec7418a0bccfd.tar.xz samba-11897939bcc073a24ff25c915beec7418a0bccfd.zip |
Added smbd/sec_ctx.o to smbd objects.
-rw-r--r-- | source/Makefile.in | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/source/Makefile.in b/source/Makefile.in index eda3e7369f1..552fe04bb96 100644 --- a/source/Makefile.in +++ b/source/Makefile.in @@ -167,7 +167,8 @@ SMBD_OBJ1 = smbd/server.o smbd/files.o smbd/chgpasswd.o smbd/connection.o \ smbd/ipc.o smbd/lanman.o smbd/mangle.o smbd/negprot.o \ smbd/message.o smbd/nttrans.o smbd/pipes.o \ smbd/reply.o smbd/trans2.o smbd/uid.o \ - smbd/dosmode.o smbd/filename.o smbd/open.o smbd/close.o smbd/blocking.o \ + smbd/dosmode.o smbd/filename.o smbd/open.o smbd/close.o \ + smbd/blocking.o smbd/sec_ctx.o \ smbd/vfs.o smbd/vfs-wrap.o smbd/statcache.o \ smbd/unix_acls.o lib/msrpc-client.o lib/msrpc_use.o \ rpc_parse/parse_creds.o \ |