Skip to content

Commit

Permalink
cplc: renamed cpl-c modules
Browse files Browse the repository at this point in the history
  • Loading branch information
miconda committed Dec 12, 2016
1 parent 9a2822b commit e57db5b
Show file tree
Hide file tree
Showing 31 changed files with 5 additions and 5 deletions.
File renamed without changes.
2 changes: 1 addition & 1 deletion src/modules/cpl-c/Makefile → src/modules/cplc/Makefile
Expand Up @@ -3,7 +3,7 @@

include ../../Makefile.defs
auto_gen=
NAME=cpl-c.so
NAME=cplc.so

ifeq ($(CROSS_COMPILE),)
XML2CFG=$(shell which xml2-config)
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion src/modules/cpl-c/cpl.c → src/modules/cplc/cplc.c
Expand Up @@ -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 */
Expand Down
@@ -1,4 +1,4 @@
docs = cpl-c.xml
docs = cplc.xml

docbook_dir = ../../../../doc/docbook
include $(docbook_dir)/Makefile.module
Expand Up @@ -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>
Expand All @@ -36,6 +36,6 @@
</bookinfo>
<toc></toc>

<xi:include href="cpl-c_admin.xml"/>
<xi:include href="cplc_admin.xml"/>

</book>
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit e57db5b

Please sign in to comment.