diff options
author | Sadie Powell <sadie@witchery.services> | 2024-03-07 23:18:08 +0000 |
---|---|---|
committer | Sadie Powell <sadie@witchery.services> | 2024-03-07 23:18:08 +0000 |
commit | bb8df01e254f7bdb5f518d2714d3e820c2207c62 (patch) | |
tree | 3e67e220bfc6f9e6f0484126c87787f04aeab48e /modules | |
parent | 16700b0e308b001e6fa3418f67cda8293257ec24 (diff) |
Move some modules which can be built by default out of extra.
Diffstat (limited to 'modules')
-rw-r--r-- | modules/CMakeLists.txt | 6 | ||||
-rw-r--r-- | modules/ldap_authentication.cpp (renamed from modules/extra/ldap_authentication.cpp) | 0 | ||||
-rw-r--r-- | modules/ldap_oper.cpp (renamed from modules/extra/ldap_oper.cpp) | 0 | ||||
-rw-r--r-- | modules/sql_authentication.cpp (renamed from modules/extra/sql_authentication.cpp) | 0 | ||||
-rw-r--r-- | modules/sql_log.cpp (renamed from modules/extra/sql_log.cpp) | 0 | ||||
-rw-r--r-- | modules/sql_oper.cpp (renamed from modules/extra/sql_oper.cpp) | 0 |
6 files changed, 0 insertions, 6 deletions
diff --git a/modules/CMakeLists.txt b/modules/CMakeLists.txt index 7e1298f53..8485886e2 100644 --- a/modules/CMakeLists.txt +++ b/modules/CMakeLists.txt @@ -25,12 +25,6 @@ if(EXISTS "${CMAKE_CURRENT_SOURCE_DIR}/../conanbuildinfo.cmake") enable_extra("ssl_openssl" "OPENSSL") # this uses Wldap so should always be available copy_extra("ldap") - # these don't actually have extra dependencies, but require a module which does - copy_extra("sql_authentication") - copy_extra("sql_log") - copy_extra("sql_oper") - copy_extra("ldap_authentication") - copy_extra("ldap_oper") # Package extra dlls file(GLOB EXTRA_DLLS "${Anope_SOURCE_DIR}/extradll/bin/*.dll" "${Anope_SOURCE_DIR}/extradll/lib/*.dll") diff --git a/modules/extra/ldap_authentication.cpp b/modules/ldap_authentication.cpp index 4f4f4f1fc..4f4f4f1fc 100644 --- a/modules/extra/ldap_authentication.cpp +++ b/modules/ldap_authentication.cpp diff --git a/modules/extra/ldap_oper.cpp b/modules/ldap_oper.cpp index 62749f957..62749f957 100644 --- a/modules/extra/ldap_oper.cpp +++ b/modules/ldap_oper.cpp diff --git a/modules/extra/sql_authentication.cpp b/modules/sql_authentication.cpp index 54307496c..54307496c 100644 --- a/modules/extra/sql_authentication.cpp +++ b/modules/sql_authentication.cpp diff --git a/modules/extra/sql_log.cpp b/modules/sql_log.cpp index 7335a5abf..7335a5abf 100644 --- a/modules/extra/sql_log.cpp +++ b/modules/sql_log.cpp diff --git a/modules/extra/sql_oper.cpp b/modules/sql_oper.cpp index af2b40346..af2b40346 100644 --- a/modules/extra/sql_oper.cpp +++ b/modules/sql_oper.cpp |