[vlc-commits] bootstrap: catch Modules.am in all subdirectories
Pierre Ynard
git at videolan.org
Thu Sep 27 01:53:09 CEST 2012
vlc | branch: master | Pierre Ynard <linkfanel at yahoo.fr> | Thu Sep 27 01:51:27 2012 +0200| [674d7b33cfc12b2677ce0b4ba154d792e352bae6] | committer: Pierre Ynard
bootstrap: catch Modules.am in all subdirectories
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=674d7b33cfc12b2677ce0b4ba154d792e352bae6
---
bootstrap | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/bootstrap b/bootstrap
index 9230bd6..c832aef 100755
--- a/bootstrap
+++ b/bootstrap
@@ -61,7 +61,7 @@ fi
###
echo "generating modules/**/Makefile.am"
-for d in modules/*/Modules.am modules/gui/*/Modules.am; do
+for d in modules/*/Modules.am modules/*/*/Modules.am; do
d="${d#modules/}"
d="${d%/Modules.am}"
${CONFIG_SHELL-sh} modules/genmf "$d"
More information about the vlc-commits
mailing list