Skip to content

Commit

Permalink
[Rework] Move rcl logic to C++
Browse files Browse the repository at this point in the history
  • Loading branch information
vstakhov committed Aug 14, 2023
1 parent 81d9b6e commit 2778ec2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libserver/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
ADD_SUBDIRECTORY(css)
SET(LIBRSPAMDSERVERSRC
${CMAKE_CURRENT_SOURCE_DIR}/cfg_utils.cxx
${CMAKE_CURRENT_SOURCE_DIR}/cfg_rcl.c
${CMAKE_CURRENT_SOURCE_DIR}/cfg_rcl.cxx
${CMAKE_CURRENT_SOURCE_DIR}/composites/composites.cxx
${CMAKE_CURRENT_SOURCE_DIR}/composites/composites_manager.cxx
${CMAKE_CURRENT_SOURCE_DIR}/dkim.c
Expand Down
File renamed without changes.

0 comments on commit 2778ec2

Please sign in to comment.