diff options
author | Andrew Tridgell <tridge@samba.org> | 2003-12-04 11:01:58 +0000 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 2003-12-04 11:01:58 +0000 |
commit | 42c6a2548a658a198f128cdce36b9fcf869c33c8 (patch) | |
tree | 45addf4f9e93d6d12b4f4d6fa44b8f4a9e16119d /source4/Makefile.in | |
parent | 2e5ae6f0650962db86fcdb1290f9a7c8b07b1410 (diff) | |
download | samba-42c6a2548a658a198f128cdce36b9fcf869c33c8.tar.gz samba-42c6a2548a658a198f128cdce36b9fcf869c33c8.tar.bz2 samba-42c6a2548a658a198f128cdce36b9fcf869c33c8.zip |
merged more updates from Jim Myers
(This used to be commit 03bf30659640d684073f92d64da6e911edb65a73)
Diffstat (limited to 'source4/Makefile.in')
-rw-r--r-- | source4/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/Makefile.in b/source4/Makefile.in index f156262b97..9e43bca695 100644 --- a/source4/Makefile.in +++ b/source4/Makefile.in @@ -292,7 +292,7 @@ SMBD_OBJ_SRV = smbd/connection.o \ smbd/password.o smbd/conn.o \ smbd/negprot.o smbd/request.o \ smbd/reply.o smbd/sesssetup.o \ - smbd/trans2.o \ + smbd/trans2.o smbd/search.o smbd/nttrans.o \ lib/sysacls.o lib/server_mutex.o \ smbd/build_options.o smbd/service.o \ smbd/rewrite.o \ |