From a08b01de50c533daf8fd3918be263cfea31ffc4d Mon Sep 17 00:00:00 2001 From: Tim Potter Date: Wed, 14 Jun 2000 10:25:19 +0000 Subject: Added nsswitch/common.o to SMBD_OBJ1 (This used to be commit 6c743427dfa2fbd6f3ab47991165db9e705eba20) --- source3/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit