Skip to content

Commit

Permalink
Makefile.am: expand globs
Browse files Browse the repository at this point in the history
* Globs don't work in Automake
  • Loading branch information
SoapGentoo authored and dbry committed Apr 26, 2021
1 parent 5f1b411 commit 58865dd
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 58865dd

Please sign in to comment.