diff options
author | Rob Austein <sra@hactrn.net> | 2015-04-28 17:25:14 -0400 |
---|---|---|
committer | Rob Austein <sra@hactrn.net> | 2015-04-28 17:25:14 -0400 |
commit | 647af06c01a3179fe7aa4a04fb2493111f19629e (patch) | |
tree | 01415e2a45d1cb3a2ce2107468db177afb96d01c | |
parent | 0c8d1d765783bbc09cc1ca63ffdd233f0ce31613 (diff) |
Change path to Cryptlib, for now.
-rw-r--r-- | GNUmakefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/GNUmakefile b/GNUmakefile index a12aaa5..9277e8f 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -28,7 +28,11 @@ # ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -CRYPTLIB_DIR = ../cryptlib/build +# Change this to "../cryptlib/build" when this code moves to sw/pkcs11/. +# +#CRYPTLIB_DIR = ../cryptlib/build +CRYPTLIB_DIR = ../../../sw/cryptlib/build + SQLITE3_DIR = ../sqlite3 CFLAGS += -g -I${CRYPTLIB_DIR} -I${SQLITE3_DIR} -fPIC -DENABLE_CRYPTLIB_DEVICE=0 -Wall |