summaryrefslogtreecommitdiff
path: root/res/Makefile
diff options
context:
space:
mode:
authorMatt O'Gorman <mogorman@digium.com>2006-01-18 15:42:48 +0000
committerMatt O'Gorman <mogorman@digium.com>2006-01-18 15:42:48 +0000
commitc8147343079125f7487151f6b6950fe5624c238e (patch)
treeca9bd0bd2ffacf73e80bf759789d981e6b921cf7 /res/Makefile
parent8dc9457bb7d080ee23ffd1981f2af252e8bdeb17 (diff)
allows for use of the originate function from
the cli patch 5847 git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@8186 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'res/Makefile')
-rw-r--r--res/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/res/Makefile b/res/Makefile
index a32465282..32c688945 100644
--- a/res/Makefile
+++ b/res/Makefile
@@ -11,7 +11,7 @@
# the GNU General Public License
#
-MODS=res_indications.so res_monitor.so res_adsi.so res_agi.so res_features.so
+MODS=res_indications.so res_monitor.so res_adsi.so res_agi.so res_features.so res_clioriginate.so
ifneq ($(wildcard $(CROSS_COMPILE_TARGET)/usr/include/odbcinst.h)$(wildcard $(CROSS_COMPILE_TARGET)/usr/local/include/odbcinst.h),)
ifneq (${OSARCH},FreeBSD)