diff options
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 96dea43..90090f1 100644 --- a/Makefile.am +++ b/Makefile.am @@ -22,7 +22,7 @@ path_src = src path_test = test # all source files will be run through hoxsl; see `applies' target -apply_src := $(shell find "$(path_src)" -name '*.xsl') +apply_src := $(shell find "$(path_src)" "$(path_test)" -name '*.xsl') apply_dest := $(apply_src:%.xsl=%.xsl.apply) # needed by test runner |