From: Tanu Kaskinen Date: Tue, 29 Jan 2013 08:53:19 +0000 (+0200) Subject: build-sys: Add check-daemon target to the top-level Makefile.am. X-Git-Tag: v3.99.1~130 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=3d81bdd04addc2d51eab4fc7daff9f98ea54811c;p=platform%2Fupstream%2Fpulseaudio.git build-sys: Add check-daemon target to the top-level Makefile.am. --- diff --git a/Makefile.am b/Makefile.am index 6de3e7a..b0b2553 100644 --- a/Makefile.am +++ b/Makefile.am @@ -86,6 +86,9 @@ dist-hook: echo $(VERSION) > $(distdir)/.tarball-version echo $(VERSION) > $(distdir)/.version +check-daemon: + $(MAKE) -C src check-daemon + .PHONY: homepage distcleancheck doxygen # see git-version-gen