]> git.sesse.net Git - mlt/blobdiff - src/modules/configure
fezzik gets a rhyming dictionary
[mlt] / src / modules / configure
index b33bc3700b3fd54522a018f6318bb8b1df848ef7..14031a8b1b58a561beb415a20b06729c85309e18 100755 (executable)
@@ -3,6 +3,9 @@
 # Clean up disables if not in help mode
 [ "$help" != "1" ] && rm -f disable-* producers.dat filters.dat transitions.dat consumers.dat
 
+# Create the make.inc file
+echo SUBDIRS = `find -type d -maxdepth 1 | grep -v CVS | grep -v "^.$" | sed 's/\.\///'` > make.inc
+
 # Iterate through arguments
 for i in $*
 do