aboutsummaryrefslogtreecommitdiffstats
path: root/channels/Makefile
diff options
context:
space:
mode:
authormarkster <markster@f38db490-d61c-443f-a65b-d21fe96a405b>2004-11-06 21:33:01 +0000
committermarkster <markster@f38db490-d61c-443f-a65b-d21fe96a405b>2004-11-06 21:33:01 +0000
commitbf6699ffaa0bd600fc9ec757bb71f95bbdb85ec8 (patch)
treea5f42628f0ff2ce1270ac8d345ee3b0d2dd37d6f /channels/Makefile
parent77e6c046554ed00cf54f9cc6b9f9eaabc756dabe (diff)
Add features (incomplete, highly experimental), fix DundiLookup app, debug improvements (bug #2800)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@4167 f38db490-d61c-443f-a65b-d21fe96a405b
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