summaryrefslogtreecommitdiffstats
path: root/src/crypto/mac/ghash/builtin
diff options
context:
space:
mode:
authorMatthias Schiffer <mschiffer@universe-factory.net>2013-11-02 18:28:22 +0100
committerMatthias Schiffer <mschiffer@universe-factory.net>2013-11-02 18:28:22 +0100
commit8764a80ac01c5b37e6657db07bba7323e2a61906 (patch)
tree7f52203bacce47a52e22da909fc4cf07128381ca /src/crypto/mac/ghash/builtin
parent38b7d50694b4a9929cc0d5bca884a52d5aeaa8a4 (diff)
downloadfastd-8764a80ac01c5b37e6657db07bba7323e2a61906.tar
fastd-8764a80ac01c5b37e6657db07bba7323e2a61906.zip
More CMake cleanup and fixes
Diffstat (limited to 'src/crypto/mac/ghash/builtin')
-rw-r--r--src/crypto/mac/ghash/builtin/CMakeLists.txt2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/crypto/mac/ghash/builtin/CMakeLists.txt b/src/crypto/mac/ghash/builtin/CMakeLists.txt
index 4e8208b..b7b862a 100644
--- a/src/crypto/mac/ghash/builtin/CMakeLists.txt
+++ b/src/crypto/mac/ghash/builtin/CMakeLists.txt
@@ -1,5 +1,3 @@
-include_directories(${FASTD_SOURCE_DIR} ${FASTD_BINARY_DIR}/src)
-
add_library(mac_ghash_builtin OBJECT
ghash_builtin.c
)