From 56020c3a468392cf598bbd1ff6e18f4dc1fd6011 Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Wed, 1 Dec 2021 11:10:51 +0000 Subject: [PATCH] Makefile: Ship foundation-sites in source tarball Signed-off-by: Michael Tremer --- Makefile.am | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Makefile.am b/Makefile.am index a8fb217..3cc255a 100644 --- a/Makefile.am +++ b/Makefile.am @@ -191,6 +191,9 @@ CLEANFILES += \ # - third party ---------------------------------------------------------------- +EXTRA_DIST = \ + src/third-party/foundation-sites + # Also shipping jQuery dist_webroot_scripts_DATA = \ -- 2.47.3