From: Andrey Volk Date: Fri, 26 Feb 2021 21:09:44 +0000 (+0300) Subject: [Build-System] Add src/include/switch_swigable_cpp.h requirement to make swigall X-Git-Tag: v1.10.6^2~82^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F1087%2Fhead;p=thirdparty%2Ffreeswitch.git [Build-System] Add src/include/switch_swigable_cpp.h requirement to make swigall --- 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