summaryrefslogtreecommitdiff
path: root/main/Makefile
diff options
context:
space:
mode:
authorJoshua Colp <jcolp@digium.com>2007-05-20 14:48:31 +0000
committerJoshua Colp <jcolp@digium.com>2007-05-20 14:48:31 +0000
commit42c63dd2edbc6e97aa922bb19b4dd23c6dd8d4d1 (patch)
tree7b72503043a18c62161b7ca59402c55c4b234b7f /main/Makefile
parent2ad1d61215331e641430eb0622e9c7e50bfae585 (diff)
Add the adsistub file to the Asterisk makefile, fix a stub definition, and no longer make the symbols from res_adsi global since they don't need to be.
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@65233 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 2ea809699..c079a9802 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 dial.o event.o
+ strcompat.o threadstorage.o dial.o event.o adsistub.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