[telepathy-glib/master] Do not subject verify.h to coding-style checks
Simon McVittie
simon.mcvittie at collabora.co.uk
Mon Aug 3 11:27:42 PDT 2009
Because it comes from outside telepathy-glib, it shouldn't be subject to
our coding style. It contains tabs, which trip the checks.
---
telepathy-glib/Makefile.am | 10 +++++++---
1 files changed, 7 insertions(+), 3 deletions(-)
diff --git a/telepathy-glib/Makefile.am b/telepathy-glib/Makefile.am
index 26c49bd..74d020b 100644
--- a/telepathy-glib/Makefile.am
+++ b/telepathy-glib/Makefile.am
@@ -120,7 +120,8 @@ libtelepathy_glib_la_LDFLAGS += -export-symbols-regex '^tp'
endif # !HAVE_LD_VERSION_SCRIPT
-tpginclude_HEADERS = \
+# headers that are subject to coding-style checks
+our_headers = \
account.h \
account-manager.h \
base-connection.h \
@@ -174,7 +175,10 @@ tpginclude_HEADERS = \
svc-media-interfaces.h \
svc-properties-interface.h \
text-mixin.h \
- util.h \
+ util.h
+
+tpginclude_HEADERS = \
+ $(our_headers) \
verify.h
nodist_libtelepathy_glib_internal_la_SOURCES = \
@@ -257,7 +261,7 @@ distclean-local:
rm -rf _gen
check_c_sources = \
- $(tpginclude_HEADERS) \
+ $(our_headers) \
$(libtelepathy_glib_internal_la_SOURCES)
include $(top_srcdir)/tools/check-coding-style.mk
--
1.5.6.5
More information about the telepathy-commits
mailing list