summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEmmanuele Bassi <ebassi@linux.intel.com>2010-01-01 18:02:03 +0000
committerEmmanuele Bassi <ebassi@linux.intel.com>2010-01-01 18:02:03 +0000
commitc8cc10985c3e7aac5ca1c03a7b443951929ed0cb (patch)
tree4e963446b2042727df95fdead58c0e686f2a6359
parent060eddb098dd2b442f986a39aad2e7bf8c777a15 (diff)
downloadjson-glib-c8cc10985c3e7aac5ca1c03a7b443951929ed0cb.tar.gz
build: Add gcov proxy rule
The gcov rule lives in json-glib/Makefile.am, but it would be nice to have a similar rule in the top source directory as well.
-rw-r--r--Makefile.am3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index fb2170e..6d659f4 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -36,3 +36,6 @@ dist-hook:
else \
echo A git checkout is required to generate a ChangeLog >&2; \
fi
+
+gcov:
+ ( cd json-glib && $(MAKE) $(AM_MAKEFLAGS) $@ ) || exit $?