summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorSimon McVittie <simon.mcvittie@collabora.co.uk>2007-10-03 11:03:42 +0000
committerSimon McVittie <simon.mcvittie@collabora.co.uk>2007-10-03 11:03:42 +0000
commitc693ebb1da8e5830a37462b99c806029c79d0b94 (patch)
treebaff8002ba6a46e3cfed2cbd4e380912371bbfcf /tests
parente1abb3e54a796041eb79c50bd22c5926195d7b10 (diff)
Move coding style checks to tools/
Diffstat (limited to 'tests')
-rw-r--r--tests/Makefile.am2
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@