summaryrefslogtreecommitdiff
path: root/update-readmes
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim@centricular.net>2013-04-20 15:45:37 +0100
committerTim-Philipp Müller <tim@centricular.net>2013-04-22 23:47:42 +0100
commitc0faf64dff582a587075256d6da9ddea3edaa7b6 (patch)
tree076a5b650e0fbfad94995bcafcb6ef79a911a3bb /update-readmes
parentf720ddb5e5491a0a713c2b84189838018edaaf2e (diff)
downloadgstreamer-common-c0faf64dff582a587075256d6da9ddea3edaa7b6.tar.gz
add static linking README
https://bugzilla.gnome.org/show_bug.cgi?id=667305
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";