diff options
author | Rob Austein <sra@hactrn.net> | 2007-07-07 17:26:12 +0000 |
---|---|---|
committer | Rob Austein <sra@hactrn.net> | 2007-07-07 17:26:12 +0000 |
commit | b586aa1a439b557a437b42f7be2e6fc5ac009c3c (patch) | |
tree | af34498a2d0110d438c3125bf1096d0ba3647d25 /pow/POW-0.7 | |
parent | 9c9498847846e0900be53a5c19c09b011f7e0822 (diff) |
Changes to build POW
svn path=/Makefile; revision=725
Diffstat (limited to 'pow/POW-0.7')
-rw-r--r-- | pow/POW-0.7/setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pow/POW-0.7/setup.py b/pow/POW-0.7/setup.py index 9ba4efc4..96e55b43 100644 --- a/pow/POW-0.7/setup.py +++ b/pow/POW-0.7/setup.py @@ -13,7 +13,7 @@ oidinfo.dumpobjs('lib/_objects.py') print 'writing oid module' oidinfo.dumpoids('lib/_oids.py') -library_dirs = [ "../openssl/openssl-0.9.8e" ] +library_dirs = [ "../../openssl/openssl-0.9.8e" ] include_dirs = [ library_dirs[0] + "include" ] libraries = [ "ssl", "crypto" ] define_macros= [ ("NO_RC5_32_12_16", 1) ] |