aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy
diff options
context:
space:
mode:
authorGuillaume Desmottes <gdesmott@gnome.org>2009-04-14 18:12:34 +0800
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2009-05-18 21:01:06 +0800
commit70e90db86acce48b34391a5115df23042bd780b6 (patch)
tree3a4478bf27f197a9d9b06d1c7881aa31aa9b86cc /libempathy
parentdc82422e7c4e508924ccdced859d6f7b089dcf46 (diff)
downloadgsoc2013-empathy-70e90db86acce48b34391a5115df23042bd780b6.tar
gsoc2013-empathy-70e90db86acce48b34391a5115df23042bd780b6.tar.gz
gsoc2013-empathy-70e90db86acce48b34391a5115df23042bd780b6.tar.bz2
gsoc2013-empathy-70e90db86acce48b34391a5115df23042bd780b6.tar.lz
gsoc2013-empathy-70e90db86acce48b34391a5115df23042bd780b6.tar.xz
gsoc2013-empathy-70e90db86acce48b34391a5115df23042bd780b6.tar.zst
gsoc2013-empathy-70e90db86acce48b34391a5115df23042bd780b6.zip
enable coding style checks in libempathy
Diffstat (limited to 'libempathy')
-rw-r--r--libempathy/Makefile.am6
1 files changed, 6 insertions, 0 deletions
diff --git a/libempathy/Makefile.am b/libempathy/Makefile.am
index 3122342cf..d7c9263cb 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) \