]> git.sesse.net Git - mlt/blobdiff - src/modules/configure
cleanup and reduce code in jackrack support code and add new jack-less filter_ladspa.
[mlt] / src / modules / configure
index 83b27c8fc16e74f6f03ff3d18894ae077629e1c0..ee654132529f53502ba844d8a080b86a6b6a8d54 100755 (executable)
@@ -4,7 +4,7 @@
 [ "$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
+echo SUBDIRS = `find . -maxdepth 1 -type d | grep -v CVS | grep -v "^.$" | sed 's/\.\///'` > make.inc
 
 # Iterate through arguments
 for i in "$@"