diff options
-rw-r--r-- | libempathy/Makefile.am | 6 |
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) \ |