summaryrefslogtreecommitdiffstats
path: root/src/crypto/x509/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'src/crypto/x509/CMakeLists.txt')
-rw-r--r--src/crypto/x509/CMakeLists.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/crypto/x509/CMakeLists.txt b/src/crypto/x509/CMakeLists.txt
index 3bb5704..258c263 100644
--- a/src/crypto/x509/CMakeLists.txt
+++ b/src/crypto/x509/CMakeLists.txt
@@ -1,4 +1,4 @@
-include_directories(. .. ../../include)
+include_directories(../../include)
add_library(
x509
@@ -15,6 +15,7 @@ add_library(
i2d_pr.c
pkcs7.c
t_crl.c
+ t_req.c
t_x509.c
t_x509a.c
x509.c