1
0
mirror of https://github.com/samba-team/samba.git synced 2025-02-24 13:57:43 +03:00

pyglue: Trim dependencies.

This commit is contained in:
Jelmer Vernooij 2010-06-19 17:23:41 +02:00
parent 27d82685da
commit 827ce7b0a3
2 changed files with 2 additions and 2 deletions

View File

@ -55,7 +55,7 @@ bld.SAMBA_PYTHON('param',
bld.SAMBA_SUBSYSTEM('pyparam_util',
source='pyparam_util.c',
deps='LIBPYTHON',
deps='LIBPYTHON LIBSAMBA-HOSTCONFIG',
needs_python=True
)

View File

@ -26,7 +26,7 @@ bld.SAMBA_PYTHON('python_uuid',
bld.SAMBA_PYTHON('python_glue',
source='pyglue.c',
deps='LIBNDR ldb SAMDB CREDENTIALS python_dcerpc_misc python_dcerpc_security pyauth pyldb_util pyparam_util',
deps='pyparam_util LIBSAMBA-UTIL LIBNETIF',
realname='samba/_glue.so'
)