[empathy] check coding style of all binaries
- From: Guillaume Desmottes <gdesmott src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [empathy] check coding style of all binaries
- Date: Tue, 21 Feb 2012 15:08:43 +0000 (UTC)
commit 0633575cda1c01e75247da67c0405aabaac3adab
Author: Guillaume Desmottes <guillaume desmottes collabora co uk>
Date: Tue Feb 21 16:07:39 2012 +0100
check coding style of all binaries
src/Makefile.am | 8 +++++++-
1 files changed, 7 insertions(+), 1 deletions(-)
---
diff --git a/src/Makefile.am b/src/Makefile.am
index d2f5f85..ee99bd6 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -153,7 +153,13 @@ empathy_LDADD = \
check_c_sources = \
$(empathy_handwritten_source) \
- $(empathy_logs_SOURCES)
+ $(empathy_logs_SOURCES) \
+ $(libempathy_accounts_common_la_SOURCES) \
+ $(empathy_accounts_SOURCES) \
+ $(empathy_debugger_SOURCES) \
+ $(empathy_auth_client_SOURCES) \
+ $(empathy_chat_SOURCES) \
+ $(empathy_call_SOURCES)
include $(top_srcdir)/tools/check-coding-style.mk
check-local: check-coding-style
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]