1
0
mirror of https://github.com/samba-team/samba.git synced 2025-07-28 11:42:03 +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

@ -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'
)