Added conditionals to makefile for otr support

This commit is contained in:
James Booth
2014-01-12 02:15:16 +00:00
parent 4e97c1e460
commit 264fc55aa2
5 changed files with 23 additions and 7 deletions

View File

@@ -44,7 +44,9 @@
#include "roster_list.h"
#include "log.h"
#include "muc.h"
#ifdef HAVE_LIBOTR
#include "otr.h"
#endif
#include "resource.h"
#include "ui/ui.h"
#include "xmpp/xmpp.h"