summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordequis <dx@dxzone.com.ar>2018-03-31 01:46:10 -0300
committerdequis <dx@dxzone.com.ar>2018-03-31 01:46:34 -0300
commit4501917cae4523d11fb049a5d20e5582bb0893ea (patch)
treef0a7241d5b866faae154734237ca67ba8ece9d49
parent2830d91a89277052ee8e6978a41a7773c9fe5025 (diff)
downloadirssi-4501917cae4523d11fb049a5d20e5582bb0893ea.zip
otr: rename module.c to otr-module.c
-rw-r--r--src/otr/Makefile.am2
-rw-r--r--src/otr/otr-module.c (renamed from src/otr/module.c)0
2 files changed, 1 insertions, 1 deletions
diff --git a/src/otr/Makefile.am b/src/otr/Makefile.am
index 3b991839..7cc02d6d 100644
--- a/src/otr/Makefile.am
+++ b/src/otr/Makefile.am
@@ -21,7 +21,7 @@ libotr_core_la_LIBADD = $(OTR_LDFLAGS)
otr_sources = \
key.c \
- module.c \
+ otr-module.c \
otr-formats.c \
otr-ops.c \
otr-fe.c \
diff --git a/src/otr/module.c b/src/otr/otr-module.c
index f561b91c..f561b91c 100644
--- a/src/otr/module.c
+++ b/src/otr/otr-module.c