summaryrefslogtreecommitdiff
path: root/_dbus_bindings
diff options
context:
space:
mode:
authorSimon McVittie <simon.mcvittie@collabora.co.uk>2007-04-24 13:47:09 +0100
committerSimon McVittie <smcv@carbon.pseudorandom.co.uk>2007-04-24 18:02:25 +0100
commitcdf20eebae59e0ceb2cf8fc2660609e6c38ccebf (patch)
treee7bebef73fd9965c774823a927974364d2903e84 /_dbus_bindings
parentb5552a3ea76b3e229f40a06d32a5860b0e9e2217 (diff)
downloaddbus-python-cdf20eebae59e0ceb2cf8fc2660609e6c38ccebf.tar.gz
Add optional checks for coding style (mainly whitespace at the moment).
These are on by default for git builds, off by default for releases.
Diffstat (limited to '_dbus_bindings')
-rw-r--r--_dbus_bindings/Makefile.am3
1 files changed, 3 insertions, 0 deletions
diff --git a/_dbus_bindings/Makefile.am b/_dbus_bindings/Makefile.am
index 35ef81d..c2e59c9 100644
--- a/_dbus_bindings/Makefile.am
+++ b/_dbus_bindings/Makefile.am
@@ -28,3 +28,6 @@ _dbus_bindings_la_SOURCES = \
string.c \
types-internal.h \
validation.c
+
+check_c_sources = $(_dbus_bindings_la_SOURCES)
+include $(top_srcdir)/tools/check-coding-style.mk