diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2008-03-04 00:43:24 +0100 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2008-03-04 00:43:24 +0100 |
commit | 2d1c06c5781600a0efcf9becd3e2773dbbbf2cc7 (patch) | |
tree | e7ecac9f5918df44a6f5abbf130fc3920fa61f35 /source4/scripting | |
parent | 19ca598c9cbd08b3bbb133d8bf4e54b628942015 (diff) | |
download | samba-2d1c06c5781600a0efcf9becd3e2773dbbbf2cc7.tar.gz samba-2d1c06c5781600a0efcf9becd3e2773dbbbf2cc7.tar.bz2 samba-2d1c06c5781600a0efcf9becd3e2773dbbbf2cc7.zip |
Fix includes.
(This used to be commit 99e61dade2bd9ae2a5dfe17f766528012c09e46c)
Diffstat (limited to 'source4/scripting')
-rw-r--r-- | source4/scripting/python/config.mk | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/source4/scripting/python/config.mk b/source4/scripting/python/config.mk index 8a3a637bf5..a0f5caad3b 100644 --- a/source4/scripting/python/config.mk +++ b/source4/scripting/python/config.mk @@ -18,6 +18,8 @@ python_uuid_OBJ_FILES = scripting/python/uuidmodule.o PRIVATE_DEPENDENCIES = LIBNDR LIBLDB SAMDB CREDENTIALS SWIG_FILE = misc.i +python_misc_OBJ_FILES = scripting/python/misc_wrap.o + _PY_FILES = $(shell find scripting/python -name "*.py") $(foreach pyfile, $(_PY_FILES),$(eval $(call python_py_module_template,$(patsubst scripting/python/%,%,$(pyfile)),$(pyfile)))) |