summaryrefslogtreecommitdiff
path: root/channels/Makefile
diff options
context:
space:
mode:
authorMatt Jordan <mjordan@digium.com>2015-06-27 18:47:19 -0500
committerMatt Jordan <mjordan@digium.com>2015-07-04 07:47:06 -0500
commit2c17515f3c53c4ec5846b1621a373ba7b5628f74 (patch)
tree2269c27f04fe7af56d9647c09b4d073c1a55e458 /channels/Makefile
parentfa4dd9755a31c7d87b3a815dd19815fb0b67bd33 (diff)
Makefile: Remove coverage files on 'make clean'
This patch updates a variety of Makefiles in Asterisk's build system to remove .gcda and .gcno files when 'make clean' is executed. These files are generated when '--enable-coverage' is passed to the Asterisk configure script. Change-Id: Ib70b41eea2ee2908885bff02e80faf9f40c84602
Diffstat (limited to 'channels/Makefile')
-rw-r--r--channels/Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/channels/Makefile b/channels/Makefile
index 733ce4111..44a0429a9 100644
--- a/channels/Makefile
+++ b/channels/Makefile
@@ -23,7 +23,6 @@ ifneq ($(findstring $(OSARCH), mingw32 cygwin ),)
LIBS+= -lres_monitor.so
endif
-
$(call MOD_ADD_C,chan_iax2,$(wildcard iax2/*.c))
$(call MOD_ADD_C,chan_sip,$(wildcard sip/*.c))
$(call MOD_ADD_C,chan_pjsip,$(wildcard pjsip/*.c))