summaryrefslogtreecommitdiff
path: root/main/Makefile
diff options
context:
space:
mode:
authorJoshua Colp <jcolp@digium.com>2007-01-24 18:23:07 +0000
committerJoshua Colp <jcolp@digium.com>2007-01-24 18:23:07 +0000
commit9826fc599b4deefee0edf7c9d6063e8dfe3f95ec (patch)
treea9510da2dcc997e14af60ad68b92d646b3b75673 /main/Makefile
parent2396e24e65a886c66fb12ccf52ef65aea074f56a (diff)
Merged revisions 52049 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4 ........ r52049 | file | 2007-01-24 13:20:05 -0500 (Wed, 24 Jan 2007) | 2 lines Merge in dialing API and the app_page that uses it. (issue #BE-118) ........ git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@52050 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'main/Makefile')
-rw-r--r--main/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/main/Makefile b/main/Makefile
index 3eecb5b18..401d87028 100644
--- a/main/Makefile
+++ b/main/Makefile
@@ -26,7 +26,7 @@ OBJS= io.o sched.o logger.o frame.o loader.o config.o channel.o \
utils.o plc.o jitterbuf.o dnsmgr.o devicestate.o \
netsock.o slinfactory.o ast_expr2.o ast_expr2f.o \
cryptostub.o sha1.o http.o fixedjitterbuf.o abstract_jb.o \
- strcompat.o threadstorage.o
+ strcompat.o threadstorage.o dial.o
# we need to link in the objects statically, not as a library, because
# otherwise modules will not have them available if none of the static