diff options
author | Günther Deschner <gd@samba.org> | 2010-09-10 11:24:28 +0200 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2010-09-10 11:24:28 +0200 |
commit | ed239fc784299e6cfc4417101fdefbc413d6531c (patch) | |
tree | 5ab9d62b418f9485b89a7fe51f3609ac61926b47 /source3 | |
parent | f8b10a738c5da88a72fa969e217f6c72016d44b0 (diff) | |
download | samba-ed239fc784299e6cfc4417101fdefbc413d6531c.tar.gz samba-ed239fc784299e6cfc4417101fdefbc413d6531c.tar.bz2 samba-ed239fc784299e6cfc4417101fdefbc413d6531c.zip |
s3-build: link ndr_named_pipe_auth only where needed.
Guenther
Diffstat (limited to 'source3')
-rw-r--r-- | source3/Makefile.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/source3/Makefile.in b/source3/Makefile.in index 4f0cbe714f..d3b991865e 100644 --- a/source3/Makefile.in +++ b/source3/Makefile.in @@ -404,7 +404,6 @@ LIBNDR_GEN_OBJ = librpc/gen_ndr/ndr_wkssvc.o \ librpc/gen_ndr/ndr_notify.o \ $(LIBNDR_XATTR_OBJ) \ librpc/gen_ndr/ndr_epmapper.o \ - librpc/gen_ndr/ndr_named_pipe_auth.o \ librpc/gen_ndr/ndr_ntsvcs.o \ $(LIBNDR_SPOOLSS_OBJ) @@ -702,7 +701,8 @@ RPC_SPOOLSS_OBJ = rpc_server/srv_spoolss_nt.o \ RPC_EVENTLOG_OBJ = rpc_server/srv_eventlog_nt.o \ $(LIB_EVENTLOG_OBJ) librpc/gen_ndr/srv_eventlog.o -NPA_TSTREAM_OBJ = ../libcli/named_pipe_auth/npa_tstream.o +NPA_TSTREAM_OBJ = ../libcli/named_pipe_auth/npa_tstream.o \ + librpc/gen_ndr/ndr_named_pipe_auth.o RPC_NCACN_NP_INTERNAL = rpc_server/srv_pipe_register.o rpc_server/rpc_ncacn_np_internal.o \ rpc_server/rpc_handles.o |