]> git.0d.be Git - empathy.git/commitdiff
check coding style of all binaries
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Tue, 21 Feb 2012 15:07:39 +0000 (16:07 +0100)
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Tue, 21 Feb 2012 15:07:39 +0000 (16:07 +0100)
src/Makefile.am

index d2f5f85fb4a77351736629d45b0c3c2938c088bf..ee99bd6ed3a82e07a5c09367710f794508f55171 100644 (file)
@@ -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