aboutsummaryrefslogtreecommitdiffstats
path: root/channels/Makefile
diff options
context:
space:
mode:
authorcrichter <crichter@f38db490-d61c-443f-a65b-d21fe96a405b>2007-03-05 23:18:49 +0000
committercrichter <crichter@f38db490-d61c-443f-a65b-d21fe96a405b>2007-03-05 23:18:49 +0000
commit73b95cbe668bcde776fc1a5abe42f442a5cb3a29 (patch)
treed873dd36a742714a7c10c5d6bd201925f1e1cc54 /channels/Makefile
parent4c92a4b42579af64d8e0571f330f9ae2799b5e7a (diff)
subdirs like misdn and h323 should be cleaned by the clean target from channels/Makefile as well
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2@57962 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'channels/Makefile')
-rw-r--r--channels/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/channels/Makefile b/channels/Makefile
index 37d982282..408bb93c1 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