diff options
author | Rob Austein <sra@hactrn.net> | 2011-01-20 00:25:27 +0000 |
---|---|---|
committer | Rob Austein <sra@hactrn.net> | 2011-01-20 00:25:27 +0000 |
commit | 0fb7ecdb829e5941ecfadc06812e1c4a51f18d1e (patch) | |
tree | 1e5225d05d2812242c0b6bd41f67e6ec70cf343f /configure | |
parent | 4b77848f92101ba05ac564dc3f91f3600661423f (diff) |
Move POW extension module into rpkid directory and use distutils to
build it.
svn path=/configure; revision=3610
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 5 |
1 files changed, 2 insertions, 3 deletions
@@ -4084,7 +4084,7 @@ fi test $build_openssl = yes && TOP_LEVEL_SUBDIRS="$TOP_LEVEL_SUBDIRS openssl" TOP_LEVEL_SUBDIRS="$TOP_LEVEL_SUBDIRS rcynic utils" test $build_pywrap = yes && TOP_LEVEL_SUBDIRS="$TOP_LEVEL_SUBDIRS pywrap" -test $build_python = yes && TOP_LEVEL_SUBDIRS="$TOP_LEVEL_SUBDIRS pow rpkid" +test $build_python = yes && TOP_LEVEL_SUBDIRS="$TOP_LEVEL_SUBDIRS rpkid" @@ -4147,7 +4147,7 @@ fi if test $build_python = yes then - ac_config_files="$ac_config_files pow/Makefile rpkid/Makefile rpkid/tests/Makefile" + ac_config_files="$ac_config_files rpkid/Makefile rpkid/tests/Makefile" # These are plain Python scripts, do not require pywrap @@ -4905,7 +4905,6 @@ do "utils/uri/Makefile") CONFIG_FILES="$CONFIG_FILES utils/uri/Makefile" ;; "openssl/Makefile") CONFIG_FILES="$CONFIG_FILES openssl/Makefile" ;; "pywrap/Makefile") CONFIG_FILES="$CONFIG_FILES pywrap/Makefile" ;; - "pow/Makefile") CONFIG_FILES="$CONFIG_FILES pow/Makefile" ;; "rpkid/Makefile") CONFIG_FILES="$CONFIG_FILES rpkid/Makefile" ;; "rpkid/tests/Makefile") CONFIG_FILES="$CONFIG_FILES rpkid/tests/Makefile" ;; "rpkid/backup-sql") CONFIG_FILES="$CONFIG_FILES rpkid/backup-sql:buildtools/python-header:rpkid/backup-sql.py" ;; |