diff options
Diffstat (limited to 'src/Common/Sources')
-rw-r--r-- | src/Common/Sources | 34 |
1 files changed, 17 insertions, 17 deletions
diff --git a/src/Common/Sources b/src/Common/Sources index 98dbb93e..5e49829f 100644 --- a/src/Common/Sources +++ b/src/Common/Sources @@ -1,17 +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
+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 |