From 0633575cda1c01e75247da67c0405aabaac3adab Mon Sep 17 00:00:00 2001 From: Guillaume Desmottes Date: Tue, 21 Feb 2012 16:07:39 +0100 Subject: [PATCH] check coding style of all binaries --- src/Makefile.am | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/src/Makefile.am b/src/Makefile.am index d2f5f85f..ee99bd6e 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 -- 2.39.2