aboutsummaryrefslogtreecommitdiffstats
path: root/main/Makefile
diff options
context:
space:
mode:
authorfile <file@f38db490-d61c-443f-a65b-d21fe96a405b>2007-05-20 14:48:31 +0000
committerfile <file@f38db490-d61c-443f-a65b-d21fe96a405b>2007-05-20 14:48:31 +0000
commit61abfce8381f693f82c7b3d80c63f8c27692036c (patch)
tree7b72503043a18c62161b7ca59402c55c4b234b7f /main/Makefile
parenta6dff93b2b5c5ecc65e7dbc524aba0761b3abca5 (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: http://svn.digium.com/svn/asterisk/trunk@65233 f38db490-d61c-443f-a65b-d21fe96a405b
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