From ec3fe5b74f78fab07a120cf57419ecba87a64f93 Mon Sep 17 00:00:00 2001 From: Stefan Schantl Date: Wed, 26 Aug 2015 17:48:58 +0000 Subject: [PATCH] Makefile: Append to INSTALL_DIRS to silence automake warning Signed-off-by: Stefan Schantl Signed-off-by: Michael Tremer --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index 9d857748..2f1c8922 100644 --- a/Makefile.am +++ b/Makefile.am @@ -312,7 +312,7 @@ dist_macros_DATA = \ # ------------------------------------------------------------------------------ -INSTALL_DIRS = \ +INSTALL_DIRS += \ $(triggersdir) # ------------------------------------------------------------------------------ -- 2.47.3