[asterisk-commits] seanbright: trunk r154186 - /trunk/main/Makefile

SVN commits to the Asterisk project asterisk-commits at lists.digium.com
Tue Nov 4 10:50:35 CST 2008


Author: seanbright
Date: Tue Nov  4 10:50:34 2008
New Revision: 154186

URL: http://svn.digium.com/view/asterisk?view=rev&rev=154186
Log:
Fix build errors.

Modified:
    trunk/main/Makefile

Modified: trunk/main/Makefile
URL: http://svn.digium.com/view/asterisk/trunk/main/Makefile?view=diff&rev=154186&r1=154185&r2=154186
==============================================================================
--- trunk/main/Makefile (original)
+++ trunk/main/Makefile Tue Nov  4 10:50:34 2008
@@ -39,7 +39,7 @@
 # by a module.
 OBJS+=say.o
 
-AST_LIBS += $(SSL_LIB)
+AST_LIBS += $(OPENSSL_LIB)
 AST_LIBS += $(BKTR_LIB)
 AST_LIBS += $(LIBXML2_LIB) 
 




More information about the asterisk-commits mailing list