diff options
author | Tim Potter <tpot@samba.org> | 2000-06-14 10:25:19 +0000 |
---|---|---|
committer | Tim Potter <tpot@samba.org> | 2000-06-14 10:25:19 +0000 |
commit | a08b01de50c533daf8fd3918be263cfea31ffc4d (patch) | |
tree | fa4f4522fe569a41460bb748a8c1567a88ceabb8 /source3 | |
parent | 7b89d2b93fdcc96e99036e539cac161c6d3c6bb5 (diff) | |
download | samba-a08b01de50c533daf8fd3918be263cfea31ffc4d.tar.gz samba-a08b01de50c533daf8fd3918be263cfea31ffc4d.tar.bz2 samba-a08b01de50c533daf8fd3918be263cfea31ffc4d.zip |
Added nsswitch/common.o to SMBD_OBJ1
(This used to be commit 6c743427dfa2fbd6f3ab47991165db9e705eba20)
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 83c1536b36..f60dfb321a 100644 --- a/source3/Makefile.in +++ b/source3/Makefile.in @@ -171,7 +171,7 @@ SMBD_OBJ1 = smbd/server.o smbd/files.o smbd/chgpasswd.o smbd/connection.o \ smbd/unix_acls.o lib/msrpc-client.o lib/msrpc_use.o \ rpc_parse/parse_creds.o \ smbd/process.o smbd/service.o smbd/error.o \ - printing/printfsp.o + printing/printfsp.o nsswitch/common.o PRINTING_OBJ = printing/pcap.o printing/print_svid.o printing/print_cups.o printing/load.o |