diff options
author | Panu Matilainen <pmatilai@redhat.com> | 2011-03-09 15:37:07 +0200 |
---|---|---|
committer | Panu Matilainen <pmatilai@redhat.com> | 2011-03-09 15:37:07 +0200 |
commit | 16aea81dc77fece89766065d70dcff3ce9a640a7 (patch) | |
tree | 629725fb3b52a803c1fd430ca9be6092b9754ffd /configure.ac | |
parent | 9aef00d3415dc3c588a4de3bc6a0f58e7473ded7 (diff) | |
download | librpm-tizen-16aea81dc77fece89766065d70dcff3ce9a640a7.tar.gz librpm-tizen-16aea81dc77fece89766065d70dcff3ce9a640a7.tar.bz2 librpm-tizen-16aea81dc77fece89766065d70dcff3ce9a640a7.zip |
Preliminary distutils support for the python bindings
- Steps towards separating rpm-python from the main rpm tarball even
though developed within the rpm repository.
- Having the bindings in a separate tarball makes it simpler to build
them for different python versions, notably python 3 (RhBug:531543)
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index ede3c4491..cae5f0b7b 100644 --- a/configure.ac +++ b/configure.ac @@ -881,5 +881,6 @@ AC_CONFIG_FILES([Makefile luaext/Makefile tests/Makefile plugins/Makefile + python/setup.py ]) AC_OUTPUT |