diff options
author | Simon McVittie <simon.mcvittie@collabora.co.uk> | 2007-10-03 11:03:42 +0000 |
---|---|---|
committer | Simon McVittie <simon.mcvittie@collabora.co.uk> | 2007-10-03 11:03:42 +0000 |
commit | c693ebb1da8e5830a37462b99c806029c79d0b94 (patch) | |
tree | baff8002ba6a46e3cfed2cbd4e380912371bbfcf /tests | |
parent | e1abb3e54a796041eb79c50bd22c5926195d7b10 (diff) |
Move coding style checks to tools/
Diffstat (limited to 'tests')
-rw-r--r-- | tests/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am index a24cf1053..7aba28f54 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -35,7 +35,7 @@ test_internal_debug_LDADD = \ ../telepathy-glib/libtelepathy-glib-internal.la check_c_sources = *.c -include $(top_srcdir)/check-coding-style.mk +include $(top_srcdir)/tools/check-coding-style.mk AM_CFLAGS = $(ERROR_CFLAGS) @DBUS_CFLAGS@ @GLIB_CFLAGS@ @COVERAGE_CFLAGS@ -I.. -I$(srcdir)/.. AM_LDFLAGS = @DBUS_LIBS@ @GLIB_LIBS@ |