If I am not misunderstanding the PR and changes in some cmake-files, the internal libs are
still compiled as libraries (.so files).
The target is to have them compiled as part of the core, so there will be just kamailio
binary and no .so files other than the modules. In other words, the `.c` and `.h` files in
the `src/lib/.../` are part of the core and, as an example. should be compiled into
`kamailio` in the same way `src/core/mem/*.{c,h}` are compiled.
With the old-Makefiles, once I did the changes for #4041 , the core files are including
the internal lib files, see:
-
https://github.com/kamailio/kamailio/blob/master/src/Makefile.sources#L13-L…
--
Reply to this email directly or view it on GitHub:
https://github.com/kamailio/kamailio/pull/4059#issuecomment-2523134444
You are receiving this because you are subscribed to this thread.
Message ID: <kamailio/kamailio/pull/4059/c2523134444(a)github.com>