1
0
mirror of https://github.com/samba-team/samba.git synced 2025-03-27 22:50:26 +03:00

Move pytalloc to talloc directory.

This commit is contained in:
Jelmer Vernooij 2008-10-24 02:52:51 +02:00
parent 7ec58471df
commit 0f043c197c
3 changed files with 3 additions and 3 deletions

View File

@ -17,8 +17,8 @@
along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#include "includes.h"
#include "scripting/python/pytalloc.h"
#include <talloc.h>
#include "../lib/talloc/pytalloc.h"
void py_talloc_dealloc(PyObject* self)
{

View File

@ -8,7 +8,7 @@ LIBPYTHON_OBJ_FILES = $(addprefix $(pyscriptsrcdir)/, modules.o)
[SUBSYSTEM::PYTALLOC]
PUBLIC_DEPENDENCIES = EXT_LIB_PYTHON LIBTALLOC
PYTALLOC_OBJ_FILES = $(addprefix $(pyscriptsrcdir)/, pytalloc.o)
PYTALLOC_OBJ_FILES = ../lib/talloc/pytalloc.o
[PYTHON::python_uuid]
PRIVATE_DEPENDENCIES = LIBNDR