From 58865dd114d9186b8ea87394bfbe47938c3421ef Mon Sep 17 00:00:00 2001 From: David Seifert Date: Mon, 26 Apr 2021 00:06:11 +0200 Subject: [PATCH] Makefile.am: expand globs * Globs don't work in Automake --- Makefile.am | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index 0e76c1c2..f41d732a 100644 --- a/Makefile.am +++ b/Makefile.am @@ -21,7 +21,9 @@ MAINTAINERCLEANFILES = \ missing \ install-sh -EXTRA_DIST = README.md doc/*.pdf doc/*.html doc/*.css \ +EXTRA_DIST = README.md \ + doc/WavPack5FileFormat.pdf doc/WavPack5LibraryDoc.pdf doc/WavPack5PortingGuide.pdf \ + doc/wavpack_doc.html doc/style.css \ CMakeLists.txt cmake/CheckCLinkerFlag.cmake cmake/modules/FindIconv.cmake \ cmake/TestLargeFiles.cmake