aboutsummaryrefslogtreecommitdiffstats
path: root/main/Makefile
diff options
context:
space:
mode:
authorseanbright <seanbright@f38db490-d61c-443f-a65b-d21fe96a405b>2008-11-04 16:50:34 +0000
committerseanbright <seanbright@f38db490-d61c-443f-a65b-d21fe96a405b>2008-11-04 16:50:34 +0000
commitf5ca1c841075b0a35de51bf8b719079813c16520 (patch)
treed478333f925cacc1fda8ae7cf067becbfa46e1a5 /main/Makefile
parenta73e71ff1e7e9605a6a356deb754150183d6b906 (diff)
Fix build errors.
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@154186 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 cab6f9b9a..3ed689991 100644
--- a/main/Makefile
+++ b/main/Makefile
@@ -39,7 +39,7 @@ OBJS+=stdtime/localtime.o
# by a module.
OBJS+=say.o
-AST_LIBS += $(SSL_LIB)
+AST_LIBS += $(OPENSSL_LIB)
AST_LIBS += $(BKTR_LIB)
AST_LIBS += $(LIBXML2_LIB)