[empathy] enable coding style checks in libempathy



commit 70e90db86acce48b34391a5115df23042bd780b6
Author: Guillaume Desmottes <gdesmott gnome org>
Date:   Tue Apr 14 11:12:34 2009 +0100

    enable coding style checks in libempathy
---
 libempathy/Makefile.am |    6 ++++++
 1 files changed, 6 insertions(+), 0 deletions(-)

diff --git a/libempathy/Makefile.am b/libempathy/Makefile.am
index 3122342..d7c9263 100644
--- a/libempathy/Makefile.am
+++ b/libempathy/Makefile.am
@@ -101,6 +101,12 @@ libempathy_headers =				\
 	empathy-types.h				\
 	empathy-utils.h
 
+check_c_sources = \
+    $(libempathy_la_SOURCES) \
+    $(libempathy_headers)
+include $(top_srcdir)/tools/check-coding-style.mk
+check-local: check-coding-style
+
 libempathy_includedir = $(includedir)/libempathy/
 libempathy_include_HEADERS =			\
 	$(libempathy_headers)			\



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]