From 4d12001e10c3c7a1a97bf47428bdebfab54bac91 Mon Sep 17 00:00:00 2001 From: Mounir IDRASSI Date: Sun, 8 Jun 2014 00:48:01 +0200 Subject: Adapt Makefiles for VeraCrypt. Use PKCS#11 headers from source tree is not specified elsewhere. --- src/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/Makefile') diff --git a/src/Makefile b/src/Makefile index bc3431b8..321d3734 100644 --- a/src/Makefile +++ b/src/Makefile @@ -67,6 +67,8 @@ endif ifdef PKCS11_INC C_CXX_FLAGS += -I$(PKCS11_INC) ++else + C_CXX_FLAGS += -I$(CURDIR)/PKCS11 endif ifeq "$(origin RESOURCEDIR)" "command line" @@ -171,7 +173,7 @@ endif ifeq "$(shell uname -s)" "Darwin" PLATFORM := MacOSX - APPNAME := TrueCrypt + APPNAME := VeraCrypt TC_OSX_SDK ?= /Developer/SDKs/MacOSX10.4u.sdk CC := gcc-4.0 -- cgit v1.2.3