diff options
author | Andrew Tridgell <tridge@samba.org> | 2008-02-12 12:56:30 +1100 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 2008-02-12 12:56:30 +1100 |
commit | f7bcc15bf8acc157dde8a9895773a0dd03ca6cfb (patch) | |
tree | 0bf64d4b2b2183183062392c3f7fd713134af575 /source4/lib/tdb/setup.py | |
parent | ccc27e681cbd6283513b929d58f2ebce35e6658b (diff) | |
parent | e84cd8d38bcb6756c5066c7c75f3220a15e5ad1b (diff) | |
download | samba-f7bcc15bf8acc157dde8a9895773a0dd03ca6cfb.tar.gz samba-f7bcc15bf8acc157dde8a9895773a0dd03ca6cfb.tar.bz2 samba-f7bcc15bf8acc157dde8a9895773a0dd03ca6cfb.zip |
Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-test
(This used to be commit 3beaa04ef73ca21925d41745b30b6bbaadb7b939)
Diffstat (limited to 'source4/lib/tdb/setup.py')
-rwxr-xr-x | source4/lib/tdb/setup.py | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/source4/lib/tdb/setup.py b/source4/lib/tdb/setup.py deleted file mode 100755 index 8be0c67e0b..0000000000 --- a/source4/lib/tdb/setup.py +++ /dev/null @@ -1,11 +0,0 @@ -#!/usr/bin/python -from distutils.core import setup -from distutils.extension import Extension - -setup(name='tdb', - version='1.0', - url="http://tdb.samba.org/", - py_modules=["tdb"], - ext_modules=[Extension('_tdb', ['tdb_wrap.c'], include_dirs=['include'], - library_dirs=["."], libraries=['tdb'])], -) |