VeraCrypt
aboutsummaryrefslogtreecommitdiff
path: root/src/Makefile
diff options
context:
space:
mode:
authorMounir IDRASSI <mounir.idrassi@idrix.fr>2014-06-09 11:11:28 +0200
committerMounir IDRASSI <mounir.idrassi@idrix.fr>2014-11-08 23:19:39 +0100
commitf701dc1c292e59f60355adb80aa8a9bf9199c36a (patch)
tree476ea18b86c9428ad39b782edb24648dbdffdd8f /src/Makefile
parentbacd720279cb99bc5fe05de556f8a8ca23b9788e (diff)
downloadVeraCrypt-f701dc1c292e59f60355adb80aa8a9bf9199c36a.tar.gz
VeraCrypt-f701dc1c292e59f60355adb80aa8a9bf9199c36a.zip
Correct typos introduced inadvertently
Diffstat (limited to 'src/Makefile')
-rw-r--r--src/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile b/src/Makefile
index 321d3734..e6220fbe 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -67,7 +67,7 @@ endif
ifdef PKCS11_INC
C_CXX_FLAGS += -I$(PKCS11_INC)
-+else
+else
C_CXX_FLAGS += -I$(CURDIR)/PKCS11
endif