From cd47acaf3cc874f8d26acca56fa6cef6110d946d Mon Sep 17 00:00:00 2001 From: Matthias Schiffer Date: Sat, 2 Nov 2013 16:57:11 +0100 Subject: Move a few prototypes from fastd.h into a new config.h --- src/crypto/cipher/aes128_ctr/nacl/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/crypto/cipher/aes128_ctr') diff --git a/src/crypto/cipher/aes128_ctr/nacl/CMakeLists.txt b/src/crypto/cipher/aes128_ctr/nacl/CMakeLists.txt index ecbca70..60479ab 100644 --- a/src/crypto/cipher/aes128_ctr/nacl/CMakeLists.txt +++ b/src/crypto/cipher/aes128_ctr/nacl/CMakeLists.txt @@ -1,4 +1,4 @@ -include_directories(${FASTD_SOURCE_DIR}/src ${FASTD_BINARY_DIR}/src ${NACL_INCLUDE_DIRS}) +include_directories(${FASTD_SOURCE_DIR} ${FASTD_BINARY_DIR}/src ${NACL_INCLUDE_DIRS}) add_library(cipher_aes128_ctr_nacl OBJECT cipher_aes128_ctr_nacl.c -- cgit v1.2.3