diff options
author | Tim Potter <tpot@samba.org> | 2002-08-27 01:49:51 +0000 |
---|---|---|
committer | Tim Potter <tpot@samba.org> | 2002-08-27 01:49:51 +0000 |
commit | 7488f61d3c7e60cb7607f1b70cacd0635fe95b74 (patch) | |
tree | 582b0657b6ddc655e8666233676f7d413f2cc317 /source3/python/setup.py.in | |
parent | dbbb157b2ed951336af1db4c2584cca5af234620 (diff) | |
download | samba-7488f61d3c7e60cb7607f1b70cacd0635fe95b74.tar.gz samba-7488f61d3c7e60cb7607f1b70cacd0635fe95b74.tar.bz2 samba-7488f61d3c7e60cb7607f1b70cacd0635fe95b74.zip |
Implemented enum_domain_groups function.
(This used to be commit 9e36824d47f7d1aac14bb5aeded8da54962c90a8)
Diffstat (limited to 'source3/python/setup.py.in')
-rwxr-xr-x | source3/python/setup.py.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/python/setup.py.in b/source3/python/setup.py.in index c61ec2c214..9b6dc1a650 100755 --- a/source3/python/setup.py.in +++ b/source3/python/setup.py.in @@ -118,6 +118,7 @@ setup( Extension(name = "samr", sources = [samba_srcdir + "python/py_samr.c", + samba_srcdir + "python/py_samr_conv.c", samba_srcdir + "python/py_common.c"], libraries = lib_list, library_dirs = ["/usr/kerberos/lib"], |