diff options
author | Lucas De Marchi <lucas.demarchi@intel.com> | 2014-03-24 08:27:19 -0300 |
---|---|---|
committer | Lucas De Marchi <lucas.demarchi@intel.com> | 2014-03-24 08:30:24 -0300 |
commit | fac4d091b1bc2f941ce83df865752d3d0ec990e3 (patch) | |
tree | 6e8647bf71b1e8986c210f2b250c78da948253e4 /libkmod/python/kmod | |
parent | 749263253286b175db765953999c513966b40094 (diff) | |
download | kmod-python.tar.gz |
build-sys: add hooks to build python bindingspython
Add --enable-python configure switch so we build the python bindings. We
also pass version.py through SED_PROCESS macro, so the version is kept
in sync with kmod.
Diffstat (limited to 'libkmod/python/kmod')
-rw-r--r-- | libkmod/python/kmod/version.py.in (renamed from libkmod/python/kmod/version.py) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libkmod/python/kmod/version.py b/libkmod/python/kmod/version.py.in index 1ef04eb..4daa94d 100644 --- a/libkmod/python/kmod/version.py +++ b/libkmod/python/kmod/version.py.in @@ -14,4 +14,4 @@ # You should have received a copy of the GNU Lesser General Public License # along with python-kmod. If not, see <http://www.gnu.org/licenses/>. -__version__ = '0.9.1' +__version__ = '@VERSION@' |