summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorCosimo Alfarano <cosimo.alfarano@collabora.co.uk>2010-01-14 17:23:58 +0000
committerCosimo Alfarano <cosimo.alfarano@collabora.co.uk>2010-01-14 17:23:58 +0000
commit29c7fb4da417adebc65b7a0a44ee49a0bfdd2797 (patch)
tree5ea4482ad66b2cf3d8ca70ed3db485f52df5f403 /Makefile.am
parentc5a57433eb4c2ade0fc110d98093eea2bb42de3e (diff)
downloadtelepathy-logger-29c7fb4da417adebc65b7a0a44ee49a0bfdd2797.tar.gz
GConf enabled
* gconf enabled using TplConf. Schema defined in telepathy-logger.schemas file * fixes for the Async API * add_message and add_message_async modified: chat_id, is_chatroom not needed anymore, while using TplLogEntry
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am6
1 files changed, 6 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index c5909b2..b81d15b 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -37,5 +37,11 @@ ChangeLog:
echo A git checkout and git-log is required to generate this file >> $@); \
fi
+ctags:
+ $(MAKE) -C telepathy-logger ctags
+ $(MAKE) -C src ctags
+ cat telepathy-logger/tags src/tags >> tags
+
+
.PHONY: ChangeLog