1
0
mirror of https://github.com/profanity-im/profanity.git synced 2024-09-22 19:45:54 -04:00

Renamed otr implementations

This commit is contained in:
James Booth 2014-02-12 23:29:08 +00:00
parent b30155a10e
commit 4e81707b27
3 changed files with 2 additions and 2 deletions

View File

@ -95,10 +95,10 @@ git_sources = \
src/gitversion.c
otr3_sources = \
src/otr/otr3.c src/otr/otr.h
src/otr/otrlinv3.c src/otr/otr.h
otr4_sources = \
src/otr/otr4.c src/otr/otr.h
src/otr/otrlibv4.c src/otr/otr.h
if INCLUDE_GIT_VERSION
with_git_sources = $(git_sources) $(core_sources)