summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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