From dd90feb1114012d3a200747f55f30b42cf0877e6 Mon Sep 17 00:00:00 2001
From: Ali Mohammed <ali.mohammed@hpe.com>
Date: Thu, 24 Nov 2022 18:06:20 +0200
Subject: [PATCH] examples also depend on install

---
 Makefile.am | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile.am b/Makefile.am
index 59fa7fe9..077b1569 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -78,7 +78,7 @@ endif
 # documentation shortcut
 .PHONY: doc docs examples 
 	
-examples: maestro
+examples: maestro install
 	$(MAKE) $(AM_MAKEFLAGS) -C examples
 
 doc docs:
-- 
GitLab