summaryrefslogtreecommitdiff
path: root/update-readmes
diff options
context:
space:
mode:
Diffstat (limited to 'update-readmes')
-rwxr-xr-xupdate-readmes2
1 files changed, 1 insertions, 1 deletions
diff --git a/update-readmes b/update-readmes
index 2d4ada2..b2fd9fd 100755
--- a/update-readmes
+++ b/update-readmes
@@ -5,7 +5,7 @@
# Updates a module's README and MAINTAINERS files from the copy in the
# common submodule.
-README_FILES="README MAINTAINERS"
+README_FILES="README README.static-linking MAINTAINERS"
if [ ! -f "common/update-readmes" -o ! -f configure.ac ]; then
echo "Run ./common/update-readmes from the top-level source directory of a GStreamer module";