VeraCrypt
aboutsummaryrefslogtreecommitdiff
path: root/src/Common/Sources
diff options
context:
space:
mode:
Diffstat (limited to 'src/Common/Sources')
-rw-r--r--src/Common/Sources17
1 files changed, 17 insertions, 0 deletions
diff --git a/src/Common/Sources b/src/Common/Sources
new file mode 100644
index 00000000..98dbb93e
--- /dev/null
+++ b/src/Common/Sources
@@ -0,0 +1,17 @@
+TARGETNAME=Common
+TARGETTYPE=DRIVER_LIBRARY
+
+INCLUDES = ..;../Crypto
+
+SOURCES = \
+ Cache.c \
+ Crc.c \
+ Crypto.c \
+ EncryptionThreadPool.c \
+ Endian.c \
+ GfMul.c \
+ Pkcs5.c \
+ Volumes.c \
+ Xts.c \
+ Tests.c \
+ Wipe.c