From 4501917cae4523d11fb049a5d20e5582bb0893ea Mon Sep 17 00:00:00 2001 From: dequis Date: Sat, 31 Mar 2018 01:46:10 -0300 Subject: [PATCH] otr: rename module.c to otr-module.c --- src/otr/Makefile.am | 2 +- src/otr/{module.c => otr-module.c} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename src/otr/{module.c => otr-module.c} (100%) 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 similarity index 100% rename from src/otr/module.c rename to src/otr/otr-module.c