diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2008-03-04 01:37:18 +0100 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2008-03-04 01:37:18 +0100 |
commit | a69acf7cb96bf41bafce303a2cf21c31f1366328 (patch) | |
tree | 12381b4493714bf7a369e8695baa71b62fa665a2 /source4/librpc | |
parent | e018501ca8e3e12e52557eafa66d104fe65088ae (diff) | |
download | samba-a69acf7cb96bf41bafce303a2cf21c31f1366328.tar.gz samba-a69acf7cb96bf41bafce303a2cf21c31f1366328.tar.bz2 samba-a69acf7cb96bf41bafce303a2cf21c31f1366328.zip |
Deal with subsystems with no settings, several other minor fixes.
(This used to be commit 10cf48591e8d6bfb750a6ff187f04ea24a1f8cd7)
Diffstat (limited to 'source4/librpc')
-rw-r--r-- | source4/librpc/config.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/librpc/config.mk b/source4/librpc/config.mk index 2d26f97add..708ff50a45 100644 --- a/source4/librpc/config.mk +++ b/source4/librpc/config.mk @@ -708,7 +708,7 @@ RPC_EJS_IRPC_OBJ_FILES = librpc/gen_ndr/ndr_irpc_ejs.o SWIG_FILE = rpc/dcerpc.i PUBLIC_DEPENDENCIES = LIBCLI_SMB NDR_MISC LIBSAMBA-UTIL LIBSAMBA-CONFIG dcerpc_samr RPC_NDR_LSA DYNCONFIG -swig_dcerpc_OBJ_FILES = librpc/dcerpc_wrap.o +swig_dcerpc_OBJ_FILES = librpc/rpc/dcerpc_wrap.o [PYTHON::python_echo] PRIVATE_DEPENDENCIES = RPC_NDR_ECHO |