From 3020207114bb2f7e6fa2adaf31b89298a32420c6 Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Wed, 1 Dec 2021 15:38:53 +0000 Subject: [PATCH] Makefile: Fix re-definition of EXTRA_DIST Signed-off-by: Michael Tremer --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index 416be26..db836fc 100644 --- a/Makefile.am +++ b/Makefile.am @@ -213,7 +213,7 @@ dist_webroot_fonts_DATA = \ # - third party ---------------------------------------------------------------- -EXTRA_DIST = \ +EXTRA_DIST += \ src/third-party/foundation-sites # Also shipping jQuery -- 2.47.3