aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorRob Austein <sra@hactrn.net>2011-01-20 00:25:27 +0000
committerRob Austein <sra@hactrn.net>2011-01-20 00:25:27 +0000
commit0fb7ecdb829e5941ecfadc06812e1c4a51f18d1e (patch)
tree1e5225d05d2812242c0b6bd41f67e6ec70cf343f /configure.ac
parent4b77848f92101ba05ac564dc3f91f3600661423f (diff)
Move POW extension module into rpkid directory and use distutils to
build it. svn path=/configure; revision=3610
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index bdc7c564..05a2c43f 100644
--- a/configure.ac
+++ b/configure.ac
@@ -217,7 +217,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"
AC_SUBST(TOP_LEVEL_SUBDIRS)
@@ -282,7 +282,7 @@ AC_SUBST(OPENSSL_SHARED_LIBRARY_DIR)
if test $build_python = yes
then
- AC_CONFIG_FILES([pow/Makefile rpkid/Makefile rpkid/tests/Makefile])
+ AC_CONFIG_FILES([rpkid/Makefile rpkid/tests/Makefile])
# These are plain Python scripts, do not require pywrap
AC_CONFIG_FILES([rpkid/backup-sql:buildtools/python-header:rpkid/backup-sql.py], [chmod +x rpkid/backup-sql])