Merge pull request #1781 from signalwire/ssml

[mod_ssml] Add deps rule to the Makefile.am
This commit is contained in:
Andrey Volk 2022-08-30 00:25:45 +03:00 committed by GitHub
commit 5ce9308b64
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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)