From b7f5c1ddf40fba5c29c49bdf4b2671fec45acad6 Mon Sep 17 00:00:00 2001 From: Automerge Script Date: Mon, 5 Mar 2007 23:54:12 +0000 Subject: [PATCH] automerge commit git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.2-netsec@57976 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- channels/Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/channels/Makefile b/channels/Makefile index 3a02cf3bd5..1e09688cdf 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 -- 2.47.2