Module: kamailio
Branch: master
Commit: 773e45d3f68e785bfc4c522b5fc1e1031e58f31d
URL: 
https://github.com/kamailio/kamailio/commit/773e45d3f68e785bfc4c522b5fc1e1031e58f31d

Author: Daniel-Constantin Mierla <[email protected]>
Committer: Daniel-Constantin Mierla <[email protected]>
Date: 2026-01-06T08:19:47+01:00

Makefile.groups: group for auth_web3 auth_arnacon modules

---

Modified: src/Makefile.groups

---

Diff:  
https://github.com/kamailio/kamailio/commit/773e45d3f68e785bfc4c522b5fc1e1031e58f31d.diff
Patch: 
https://github.com/kamailio/kamailio/commit/773e45d3f68e785bfc4c522b5fc1e1031e58f31d.patch

---

diff --git a/src/Makefile.groups b/src/Makefile.groups
index ef59b100580..99be871a762 100644
--- a/src/Makefile.groups
+++ b/src/Makefile.groups
@@ -106,6 +106,9 @@ mod_list_sctp=sctp
 # - modules depending on openssl library
 mod_list_autheph=auth_ephemeral
 
+# - modules depending on curl, openssl, secp256k1 libraries
+mod_list_authweb3=auth_web3 auth_arnacon
+
 # - modules related to SIMPLE presence extensions
 mod_list_presence=presence presence_conference presence_dialoginfo \
                                           presence_mwi presence_profile 
presence_reginfo \
@@ -281,6 +284,7 @@ mod_list_all=$(sort $(mod_list_basic) $(mod_list_extra) \
                           $(mod_list_microhttpd) \
                           $(mod_list_nghttp2) \
                           $(mod_list_gcrypt) \
+                          $(mod_list_authweb3) \
                           $(mod_list_rtp_media_server)
 
 
@@ -468,6 +472,9 @@ module_group_ksctp=$(mod_list_sctp)
 # pkg auth_ephemeral module
 module_group_kautheph=$(mod_list_autheph)
 
+# pkg auth web3 modules
+module_group_kauthweb3=$(mod_list_authweb3)
+
 # pkg gzcompress module
 module_group_kgzcompress=$(mod_list_gzcompress)
 

_______________________________________________
Kamailio - Development Mailing List -- [email protected]
To unsubscribe send an email to [email protected]
Important: keep the mailing list in the recipients, do not reply only to the 
sender!

Reply via email to