[mod_ssml] Add deps rule to the Makefile.am

This commit is contained in:
Andrey Volk 2022-08-30 00:17:52 +03:00
parent 9df85738e1
commit 91799e0fc7
1 changed files with 3 additions and 1 deletions

View File

@ -26,6 +26,8 @@ TESTS = $(noinst_PROGRAMS)
BUILT_SOURCES=$(IKS_LA)
$(IKS_LA): $(IKS_DIR) $(IKS_DIR)/.update
$(IKS_LA): $(IKS_BUILDDIR) $(IKS_DIR) $(IKS_DIR)/.update
@cd $(IKS_DIR) && $(MAKE)
@$(TOUCH_TARGET)
deps: $(IKS_LA)