diff options
author | Mounir IDRASSI <mounir.idrassi@idrix.fr> | 2014-06-08 00:48:01 +0200 |
---|---|---|
committer | Mounir IDRASSI <mounir.idrassi@idrix.fr> | 2014-11-08 23:19:32 +0100 |
commit | 4d12001e10c3c7a1a97bf47428bdebfab54bac91 (patch) | |
tree | fc90042e3a8fe61d599f65e7bac704909b622375 /src/Makefile | |
parent | 084a8ee85c24fbc7077d6c789c97aacdb31b4e39 (diff) | |
download | VeraCrypt-4d12001e10c3c7a1a97bf47428bdebfab54bac91.tar.gz VeraCrypt-4d12001e10c3c7a1a97bf47428bdebfab54bac91.zip |
Adapt Makefiles for VeraCrypt. Use PKCS#11 headers from source tree is not specified elsewhere.
Diffstat (limited to 'src/Makefile')
-rw-r--r-- | src/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
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 |