]> git.donarmstrong.com Git - lilypond.git/blobdiff - stepmake/stepmake/python-module-vars.make
* stepmake/stepmake/*:
[lilypond.git] / stepmake / stepmake / python-module-vars.make
index be7985f27bb7419a02b7fd78368368869b379802..1bed3158c7cad8e1a5f0e72ee75ba83a3e887523 100644 (file)
@@ -1,4 +1,4 @@
-PY_MODULES_IN = $(wildcard *.py)
+PY_MODULES_IN = $(call src-wildcard,*.py)
 OUT_PY_MODULES = $(PY_MODULES_IN:%=$(outdir)/%)
 OUT_PYC_MODULES = $(OUT_PY_MODULES:%.py=%.pyc)
 ifneq ($(CYGWIN_BUILD),)