aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy/empathy-log-store.h
diff options
context:
space:
mode:
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2010-02-26 16:49:16 +0800
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2010-02-26 16:49:16 +0800
commit04a3f49597c3ffb367b48fe6c01f972bdd15ea11 (patch)
tree71365ef368afa72968af8bff1b41d8c0665d1009 /libempathy/empathy-log-store.h
parente86aa1065dbf60d7a1e68bf50d9fbbccbb34312a (diff)
parent28244a9c41e2c4274d2cb298c20b5e8909f7578a (diff)
downloadgsoc2013-empathy-04a3f49597c3ffb367b48fe6c01f972bdd15ea11.tar
gsoc2013-empathy-04a3f49597c3ffb367b48fe6c01f972bdd15ea11.tar.gz
gsoc2013-empathy-04a3f49597c3ffb367b48fe6c01f972bdd15ea11.tar.bz2
gsoc2013-empathy-04a3f49597c3ffb367b48fe6c01f972bdd15ea11.tar.lz
gsoc2013-empathy-04a3f49597c3ffb367b48fe6c01f972bdd15ea11.tar.xz
gsoc2013-empathy-04a3f49597c3ffb367b48fe6c01f972bdd15ea11.tar.zst
gsoc2013-empathy-04a3f49597c3ffb367b48fe6c01f972bdd15ea11.zip
Merge commit 'ka/empathy-tpl-20100225-ifdef'
Diffstat (limited to 'libempathy/empathy-log-store.h')
-rw-r--r--libempathy/empathy-log-store.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/libempathy/empathy-log-store.h b/libempathy/empathy-log-store.h
index 94bc87386..185e38c93 100644
--- a/libempathy/empathy-log-store.h
+++ b/libempathy/empathy-log-store.h
@@ -23,6 +23,9 @@
#ifndef __EMPATHY_LOG_STORE_H__
#define __EMPATHY_LOG_STORE_H__
+#include <config.h>
+#ifndef ENABLE_TPL
+
#include <glib-object.h>
#include <telepathy-glib/account.h>
@@ -98,4 +101,5 @@ GList *empathy_log_store_get_filtered_messages (EmpathyLogStore *self,
G_END_DECLS
+#endif /* ENABLE_TPL */
#endif /* __EMPATHY_LOG_STORE_H__ */