From: Stefan Schantl Date: Wed, 26 Aug 2015 17:48:58 +0000 (+0000) Subject: Makefile: Append to INSTALL_DIRS to silence automake warning X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=ec3fe5b74f78fab07a120cf57419ecba87a64f93;p=people%2Fjschlag%2Fnetwork.git Makefile: Append to INSTALL_DIRS to silence automake warning Signed-off-by: Stefan Schantl Signed-off-by: Michael Tremer --- diff --git a/Makefile.am b/Makefile.am index 9d85774..2f1c892 100644 --- a/Makefile.am +++ b/Makefile.am @@ -312,7 +312,7 @@ dist_macros_DATA = \ # ------------------------------------------------------------------------------ -INSTALL_DIRS = \ +INSTALL_DIRS += \ $(triggersdir) # ------------------------------------------------------------------------------