@@ -3,7 +3,7 @@
include ../../Makefile.defs
auto_gen=
-NAME=cpl-c.so
+NAME=cplc.so
ifeq ($(CROSS_COMPILE),)
XML2CFG=$(shell which xml2-config)
@@ -178,7 +178,7 @@ static mi_export_t mi_cmds[] = {
struct module_exports exports = {
- "cpl-c",
+ "cplc",
DEFAULT_DLFLAGS, /* dlopen flags */
cmds, /* Exported functions */
params, /* Exported parameters */
@@ -1,4 +1,4 @@
-docs = cpl-c.xml
+docs = cplc.xml
docbook_dir = ../../../../doc/docbook
include $(docbook_dir)/Makefile.module
@@ -10,7 +10,7 @@
<book xmlns:xi="http://www.w3.org/2001/XInclude">
<bookinfo>
- <title>cpl-c Module</title>
+ <title>cplc Module</title>
<productname class="trade">&kamailioname;</productname>
<authorgroup>
<author>
@@ -36,6 +36,6 @@
</bookinfo>
<toc></toc>
- <xi:include href="cpl-c_admin.xml"/>
+ <xi:include href="cplc_admin.xml"/>
</book>