diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2008-05-21 21:24:48 +0200 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2008-05-21 21:24:48 +0200 |
commit | b865249efaa58d0fc87fa25491fda3b970af81c3 (patch) | |
tree | 2cbb53e3074898d8450d84106c4a0536a1209248 /source/param | |
parent | c0a84c2b4698f6ac9b555cc74bed52e5930804d9 (diff) | |
download | samba-b865249efaa58d0fc87fa25491fda3b970af81c3.tar.gz |
Remove support for .py files from smb_build - deal with it only in the makefiles.
Diffstat (limited to 'source/param')
-rw-r--r-- | source/param/config.mk | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/source/param/config.mk b/source/param/config.mk index a25dd321942..74b19d3d1d6 100644 --- a/source/param/config.mk +++ b/source/param/config.mk @@ -62,3 +62,5 @@ SWIG_FILE = param.i PRIVATE_DEPENDENCIES = LIBSAMBA-HOSTCONFIG param_OBJ_FILES = $(paramsrcdir)/param_wrap.o + +$(eval $(call python_py_module_template,param.py,$(paramsrcdir)/param.py)) |