aboutsummaryrefslogtreecommitdiffstats
path: root/channels/Makefile
diff options
context:
space:
mode:
authormarkster <markster@f38db490-d61c-443f-a65b-d21fe96a405b>2000-12-27 13:38:58 +0000
committermarkster <markster@f38db490-d61c-443f-a65b-d21fe96a405b>2000-12-27 13:38:58 +0000
commit7fff2d57294128d195b9823d1eab1f0f9701923d (patch)
tree839272f3337c3928c3509acbcd83826a23d59c93 /channels/Makefile
parent271b603b56490f6e55ccc3487578cc09b5e51f28 (diff)
Version 0.1.6 from FTP
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@224 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'channels/Makefile')
-rwxr-xr-xchannels/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/channels/Makefile b/channels/Makefile
index c7d29c66c..a9d78aaf4 100755
--- a/channels/Makefile
+++ b/channels/Makefile
@@ -12,7 +12,8 @@
#
CHANNEL_LIBS=chan_vofr.so chan_modem.so \
- chan_modem_aopen.so chan_iax.so chan_oss.so
+ chan_modem_aopen.so chan_iax.so chan_oss.so \
+ chan_modem_i4l.so
CHANNEL_LIBS+=$(shell [ -f /usr/include/linux/ixjuser.h ] && echo chan_phone.so)