summaryrefslogtreecommitdiff
path: root/program/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'program/CMakeLists.txt')
-rw-r--r--program/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/program/CMakeLists.txt b/program/CMakeLists.txt
index c9fbd9a..3ffb297 100644
--- a/program/CMakeLists.txt
+++ b/program/CMakeLists.txt
@@ -2,7 +2,7 @@ if(COMMAND cmake_policy)
cmake_policy(SET CMP0003 NEW)
endif(COMMAND cmake_policy)
-add_executable(certstore src/cert_store.cpp src/cert_conf.cpp src/cert_session.cpp)
+add_executable(certstore src/cert_store.cpp src/cert_session.cpp)
target_include_directories(certstore PRIVATE ${CMAKE_CURRENT_LIST_DIR}/include)
target_include_directories(certstore PRIVATE ${SYSTEMD_INCLUDE_DIRS})