From: Christian Richter Date: Mon, 5 Mar 2007 23:18:49 +0000 (+0000) Subject: subdirs like misdn and h323 should be cleaned by the clean target from channels/Makef... X-Git-Tag: 1.2.17~17 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=58818031b166de00fd97d682a2f6859818e33878;p=thirdparty%2Fasterisk.git subdirs like misdn and h323 should be cleaned by the clean target from channels/Makefile as well git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.2@57962 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- diff --git a/channels/Makefile b/channels/Makefile index 37d982282d..408bb93c18 100644 --- a/channels/Makefile +++ b/channels/Makefile @@ -16,6 +16,8 @@ CHANNEL_LIBS=chan_sip.so chan_agent.so chan_mgcp.so chan_iax2.so chan_local.so chan_skinny.so chan_features.so +SUBDIRS=misdn h323 + ifneq (${OSARCH},CYGWIN) # if you really, really want to use these drivers, uncomment the line below #CHANNEL_LIBS+=chan_modem.so chan_modem_aopen.so chan_modem_bestdata.so @@ -154,6 +156,7 @@ endif all: depend $(CHANNEL_LIBS) clean: + for x in $(SUBDIRS); do $(MAKE) -C $$x clean || exit 1 ; done rm -f *.so *.o .depend rm -f busy.h ringtone.h gentone gentone-ulaw