diff --git a/Makefile b/Makefile index 4c64a38d01f0273059e29f6dac0448967b005b86..4e9f37b9a4103408935d333da42f4eb6679ac2af 100644 --- a/Makefile +++ b/Makefile @@ -176,6 +176,9 @@ cp-ext: for f in $(wildcard $(SRC_EXT_DIR)/xsl/*) ; do \ echo "y" | $(CMD_COPY_EXT_FILES) "$$(realpath "$$f")" $(PUBLIC_DIR)/xsl/ ; \ done + for f in $(wildcard $(SRC_EXT_DIR)/include/*) ; do \ + echo "y" | $(CMD_COPY_EXT_FILES) "$$(realpath "$$f")" "$(PUBLIC_DIR)/$$(basename "$$f")" ; \ + done cp-ext-test: for f in $(wildcard $(TEST_EXT_DIR)/js/*) ; do \