summaryrefslogtreecommitdiff
path: root/channels/Makefile
diff options
context:
space:
mode:
authorMark Spencer <markster@digium.com>2004-11-06 21:33:01 +0000
committerMark Spencer <markster@digium.com>2004-11-06 21:33:01 +0000
commit6cb38ac23a539bca16c989b195fdeca08779abb5 (patch)
treea5f42628f0ff2ce1270ac8d345ee3b0d2dd37d6f /channels/Makefile
parent0f11b3b189db6c59853a6e8b8d5c42e071a93ceb (diff)
Add features (incomplete, highly experimental), fix DundiLookup app, debug improvements (bug #2800)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@4167 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'channels/Makefile')
-rwxr-xr-xchannels/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/channels/Makefile b/channels/Makefile
index c91be45c8..9810cec95 100755
--- a/channels/Makefile
+++ b/channels/Makefile
@@ -21,7 +21,7 @@ CHANNEL_LIBS=chan_modem.so chan_sip.so \
chan_modem_aopen.so \
chan_modem_bestdata.so chan_modem_i4l.so \
chan_agent.so chan_mgcp.so chan_iax2.so \
- chan_local.so chan_skinny.so
+ chan_local.so chan_skinny.so chan_features.so
ifeq (${OSARCH},OpenBSD)
CFLAGS+=-I/usr/local/include