From 3d81bdd04addc2d51eab4fc7daff9f98ea54811c Mon Sep 17 00:00:00 2001 From: Tanu Kaskinen Date: Tue, 29 Jan 2013 10:53:19 +0200 Subject: [PATCH] build-sys: Add check-daemon target to the top-level Makefile.am. --- Makefile.am | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Makefile.am b/Makefile.am index 6de3e7a4d..b0b255348 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