mirror of
https://github.com/profanity-im/profanity.git
synced 2024-12-04 14:46:46 -05:00
Moved otr sources into folder
This commit is contained in:
parent
185d72e2ce
commit
b30155a10e
@ -95,10 +95,10 @@ git_sources = \
|
|||||||
src/gitversion.c
|
src/gitversion.c
|
||||||
|
|
||||||
otr3_sources = \
|
otr3_sources = \
|
||||||
src/otr3.c src/otr.h
|
src/otr/otr3.c src/otr/otr.h
|
||||||
|
|
||||||
otr4_sources = \
|
otr4_sources = \
|
||||||
src/otr4.c src/otr.h
|
src/otr/otr4.c src/otr/otr.h
|
||||||
|
|
||||||
if INCLUDE_GIT_VERSION
|
if INCLUDE_GIT_VERSION
|
||||||
with_git_sources = $(git_sources) $(core_sources)
|
with_git_sources = $(git_sources) $(core_sources)
|
||||||
|
@ -41,7 +41,7 @@
|
|||||||
#include "jid.h"
|
#include "jid.h"
|
||||||
#include "log.h"
|
#include "log.h"
|
||||||
#include "muc.h"
|
#include "muc.h"
|
||||||
#include "otr.h"
|
#include "otr/otr.h"
|
||||||
#include "profanity.h"
|
#include "profanity.h"
|
||||||
#include "tools/autocomplete.h"
|
#include "tools/autocomplete.h"
|
||||||
#include "tools/parser.h"
|
#include "tools/parser.h"
|
||||||
|
@ -38,7 +38,7 @@
|
|||||||
#include "jid.h"
|
#include "jid.h"
|
||||||
#include "log.h"
|
#include "log.h"
|
||||||
#include "muc.h"
|
#include "muc.h"
|
||||||
#include "otr.h"
|
#include "otr/otr.h"
|
||||||
#include "profanity.h"
|
#include "profanity.h"
|
||||||
#include "tools/autocomplete.h"
|
#include "tools/autocomplete.h"
|
||||||
#include "tools/parser.h"
|
#include "tools/parser.h"
|
||||||
|
@ -45,7 +45,7 @@
|
|||||||
#include "log.h"
|
#include "log.h"
|
||||||
#include "muc.h"
|
#include "muc.h"
|
||||||
#ifdef HAVE_LIBOTR
|
#ifdef HAVE_LIBOTR
|
||||||
#include "otr.h"
|
#include "otr/otr.h"
|
||||||
#endif
|
#endif
|
||||||
#include "resource.h"
|
#include "resource.h"
|
||||||
#include "ui/ui.h"
|
#include "ui/ui.h"
|
||||||
|
@ -34,7 +34,7 @@
|
|||||||
#include "ui/windows.h"
|
#include "ui/windows.h"
|
||||||
|
|
||||||
#ifdef HAVE_LIBOTR
|
#ifdef HAVE_LIBOTR
|
||||||
#include "otr.h"
|
#include "otr/otr.h"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// handle presence stanza errors
|
// handle presence stanza errors
|
||||||
|
@ -48,7 +48,7 @@
|
|||||||
#include "jid.h"
|
#include "jid.h"
|
||||||
#include "log.h"
|
#include "log.h"
|
||||||
#include "muc.h"
|
#include "muc.h"
|
||||||
#include "otr.h"
|
#include "otr/otr.h"
|
||||||
#include "ui/ui.h"
|
#include "ui/ui.h"
|
||||||
#include "ui/window.h"
|
#include "ui/window.h"
|
||||||
#include "ui/windows.h"
|
#include "ui/windows.h"
|
||||||
|
Loading…
Reference in New Issue
Block a user