From 884381d54d378b63941722ddcd845e7fab88c279 Mon Sep 17 00:00:00 2001 From: Jeremy McNamara Date: Thu, 11 Sep 2003 19:45:43 +0000 Subject: [PATCH] add chan_skinny.so git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@1496 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- channels/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/channels/Makefile b/channels/Makefile index a655df07ee..44f614e68c 100755 --- a/channels/Makefile +++ b/channels/Makefile @@ -17,7 +17,7 @@ CHANNEL_LIBS=chan_modem.so chan_iax.so chan_sip.so \ chan_modem_aopen.so chan_oss.so \ chan_modem_bestdata.so chan_modem_i4l.so \ chan_agent.so chan_mgcp.so chan_iax2.so \ - chan_local.so + chan_local.so chan_skinny.so # # If you really want VoFR you can have it :-P