aboutsummaryrefslogtreecommitdiffstats
path: root/channels
diff options
context:
space:
mode:
authorautomerge <automerge@f38db490-d61c-443f-a65b-d21fe96a405b>2007-03-05 23:54:12 +0000
committerautomerge <automerge@f38db490-d61c-443f-a65b-d21fe96a405b>2007-03-05 23:54:12 +0000
commit5b44dffebc3adcb8f771c488e9c052c08df9455e (patch)
tree4767915f9d6220625d69578ec806e02abc843383 /channels
parent98e03b27687c456a3e84072e74ac9648f69cac5e (diff)
automerge commit
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2-netsec@57976 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'channels')
-rw-r--r--channels/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/channels/Makefile b/channels/Makefile
index 3a02cf3bd..1e09688cd 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
@@ -159,6 +161,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