diff options
author | Tim Potter <tpot@samba.org> | 2003-04-14 01:15:11 +0000 |
---|---|---|
committer | Tim Potter <tpot@samba.org> | 2003-04-14 01:15:11 +0000 |
commit | 68075fb97f577a78438b5121202e94cfcb6597b8 (patch) | |
tree | 755a4ce8a286c2984e31d528654314a830931d85 /source/python/setup.py | |
parent | ea38b0d7f0b05565bab341294f11d53f0b6f7809 (diff) | |
download | samba-68075fb97f577a78438b5121202e94cfcb6597b8.tar.gz samba-68075fb97f577a78438b5121202e94cfcb6597b8.tar.xz samba-68075fb97f577a78438b5121202e94cfcb6597b8.zip |
Merge create/delete domain user samr calls from HEAD.
Diffstat (limited to 'source/python/setup.py')
-rwxr-xr-x | source/python/setup.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source/python/setup.py b/source/python/setup.py index 8bc8868a70c..65693310318 100755 --- a/source/python/setup.py +++ b/source/python/setup.py @@ -116,6 +116,7 @@ setup( Extension(name = "samr", sources = [samba_srcdir + "python/py_samr.c", + samba_srcdir + "python/py_conv.c", samba_srcdir + "python/py_samr_conv.c", samba_srcdir + "python/py_common.c"], libraries = lib_list, |