summaryrefslogtreecommitdiff
path: root/channels/Makefile
diff options
context:
space:
mode:
authorJeff Peeler <jpeeler@digium.com>2009-05-29 19:19:51 +0000
committerJeff Peeler <jpeeler@digium.com>2009-05-29 19:19:51 +0000
commitaaf5eb105ed55b7856dfd79b352a1669cb51d437 (patch)
tree0dda7e0de1ea9c2ef20bdf75cc315bd5292622cb /channels/Makefile
parent161fdde84de3f836fbad7b0294d7f8fe39b2e1e1 (diff)
New signaling module to handle analog operations in chan_dahdi
This branch splits all the analog signaling logic out of chan_dahdi.c into sig_analog.c. Functionality in theory should not change at all. As noted in the code, there is still some unused code remaining that will be cleaned up in a later commit. Review: https://reviewboard.asterisk.org/r/253/ git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@198088 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'channels/Makefile')
-rw-r--r--channels/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/channels/Makefile b/channels/Makefile
index cb7676dcf..6e03b22ff 100644
--- a/channels/Makefile
+++ b/channels/Makefile
@@ -69,6 +69,7 @@ dist-clean::
rm -f h323/Makefile
$(if $(filter chan_iax2,$(EMBEDDED_MODS)),modules.link,chan_iax2.so): iax2-parser.o iax2-provision.o
+$(if $(filter chan_dahdi,$(EMBEDDED_MODS)),modules.link,chan_dahdi.so): sig_analog.o
ifneq ($(filter chan_h323,$(EMBEDDED_MODS)),)
modules.link: h323/libchanh323.a