From 0d0f3be8d4c1927681060437c1ce1a7cde54f382 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 --- 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.39.2