diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2006-04-29 02:45:34 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 14:05:09 -0500 |
commit | 9220144604e0050cd823fd107c311bf9013cd5a5 (patch) | |
tree | 286605a746d941038b4e4ab8775b5520f965aba6 /source4/librpc | |
parent | be948e60e78cbd75bf0d545418fc02f71fc47b12 (diff) | |
download | samba-9220144604e0050cd823fd107c311bf9013cd5a5.tar.gz samba-9220144604e0050cd823fd107c311bf9013cd5a5.tar.bz2 samba-9220144604e0050cd823fd107c311bf9013cd5a5.zip |
r15313: Fix some dependencies in dso mode
(This used to be commit f0afe9e2ff16515df1b3226b479b19ea3e9c3d0c)
Diffstat (limited to 'source4/librpc')
-rw-r--r-- | source4/librpc/config.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/source4/librpc/config.mk b/source4/librpc/config.mk index 51057b5a0a..0719804aca 100644 --- a/source4/librpc/config.mk +++ b/source4/librpc/config.mk @@ -605,11 +605,11 @@ OBJ_FILES = \ rpc/dcerpc_sock.o \ rpc/dcerpc_connect.o PUBLIC_DEPENDENCIES = \ - SOCKET LIBSMB LIBCLI_SMB2 \ + SOCKET LIBCLI_RESOLVE LIBSMB LIBCLI_SMB2 \ LIBNDR NDR_DCERPC \ RPC_NDR_EPMAPPER \ NDR_SCHANNEL RPC_NDR_NETLOGON \ - gensec LIBCLI_AUTH + gensec LIBCLI_AUTH LIBCLI_RAW # End SUBSYSTEM dcerpc ################################################ |