Remove support for .py files from smb_build - deal with it only in the makefiles.
[samba.git] / source4 / lib / tdb / python.mk
index 2d61545b7f69aa34aca228b48c13fe165100c0fa..51074c85766e90df29d6eae699cdb7667fdbed5c 100644 (file)
@@ -3,3 +3,5 @@ SWIG_FILE = tdb.i
 PUBLIC_DEPENDENCIES = LIBTDB DYNCONFIG
 
 swig_tdb_OBJ_FILES = lib/tdb/tdb_wrap.o
+
+$(eval $(call python_py_module_template,tdb.py,lib/tdb/tdb.py))