aboutsummaryrefslogtreecommitdiff
path: root/rpkid
diff options
context:
space:
mode:
authorRob Austein <sra@hactrn.net>2013-06-02 21:06:43 +0000
committerRob Austein <sra@hactrn.net>2013-06-02 21:06:43 +0000
commit5c136ad1528d98e559dd187f86f4eb363ca3465c (patch)
tree95fc728552bf85196f6f56f38544da34791fdb42 /rpkid
parent40fd44a0ee201d80bb6b8138d3a3668e0574e20e (diff)
We're going to end up building _POW.so twice to support both --inplace
and installation, so just do both during "make all" and have done. svn path=/trunk/; revision=5342
Diffstat (limited to 'rpkid')
-rw-r--r--rpkid/Makefile.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/rpkid/Makefile.in b/rpkid/Makefile.in
index ad412e4e..138e2690 100644
--- a/rpkid/Makefile.in
+++ b/rpkid/Makefile.in
@@ -43,6 +43,7 @@ POW_SO = rpki/POW/_POW.so
all:: rpki/autoconf.py ${POW_SO} rpki/relaxng.py myrpki.rng rpki/sql_schemas.py
${POW_SO}: ext/POW.c setup.py setup_autoconf.py
+ ${PYTHON} setup.py build_ext
${PYTHON} setup.py build_ext --inplace
clean::