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

Moved otr sources into folder

This commit is contained in:
James Booth 2014-02-12 22:19:21 +00:00
parent 185d72e2ce
commit b30155a10e
9 changed files with 7 additions and 7 deletions

View File

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

View File

@ -41,7 +41,7 @@
#include "jid.h"
#include "log.h"
#include "muc.h"
#include "otr.h"
#include "otr/otr.h"
#include "profanity.h"
#include "tools/autocomplete.h"
#include "tools/parser.h"

View File

@ -38,7 +38,7 @@
#include "jid.h"
#include "log.h"
#include "muc.h"
#include "otr.h"
#include "otr/otr.h"
#include "profanity.h"
#include "tools/autocomplete.h"
#include "tools/parser.h"

View File

@ -45,7 +45,7 @@
#include "log.h"
#include "muc.h"
#ifdef HAVE_LIBOTR
#include "otr.h"
#include "otr/otr.h"
#endif
#include "resource.h"
#include "ui/ui.h"

View File

@ -34,7 +34,7 @@
#include "ui/windows.h"
#ifdef HAVE_LIBOTR
#include "otr.h"
#include "otr/otr.h"
#endif
// handle presence stanza errors

View File

@ -48,7 +48,7 @@
#include "jid.h"
#include "log.h"
#include "muc.h"
#include "otr.h"
#include "otr/otr.h"
#include "ui/ui.h"
#include "ui/window.h"
#include "ui/windows.h"