From 0426ffaec77322cb0c6572b4cb37c12220a5e084 Mon Sep 17 00:00:00 2001 From: Andrey Volk Date: Sat, 27 Feb 2021 00:09:44 +0300 Subject: [PATCH] [Build-System] Add src/include/switch_swigable_cpp.h requirement to make swigall --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index fa0bb9abd7..984872c36d 100644 --- a/Makefile.am +++ b/Makefile.am @@ -745,7 +745,7 @@ update-clean: clean python-reconf cd libs/esl && $(MAKE) clean cd libs/srtp && $(MAKE) clean -swigall: +swigall: src/include/switch_swigable_cpp.h @echo reswigging all sh $(switch_srcdir)/build/swigall.sh