diff options
author | dequis <dx@dxzone.com.ar> | 2018-03-31 01:46:10 -0300 |
---|---|---|
committer | dequis <dx@dxzone.com.ar> | 2018-03-31 01:46:34 -0300 |
commit | 4501917cae4523d11fb049a5d20e5582bb0893ea (patch) | |
tree | f0a7241d5b866faae154734237ca67ba8ece9d49 /src/otr | |
parent | 2830d91a89277052ee8e6978a41a7773c9fe5025 (diff) | |
download | irssi-4501917cae4523d11fb049a5d20e5582bb0893ea.zip |
otr: rename module.c to otr-module.c
Diffstat (limited to 'src/otr')
-rw-r--r-- | src/otr/Makefile.am | 2 | ||||
-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 |