[Asterisk-cvs] asterisk/channels Makefile,1.47,1.48

citats at lists.digium.com citats at lists.digium.com
Mon May 3 15:21:52 CDT 2004


Update of /usr/cvsroot/asterisk/channels
In directory mongoose.digium.com:/home/citats/cvs/asterisk/channels

Modified Files:
	Makefile 
Log Message:
Oops, actually use the right variable in channels/Makefile


Index: Makefile
===================================================================
RCS file: /usr/cvsroot/asterisk/channels/Makefile,v
retrieving revision 1.47
retrieving revision 1.48
diff -u -d -r1.47 -r1.48
--- Makefile	3 May 2004 19:14:50 -0000	1.47
+++ Makefile	3 May 2004 19:29:52 -0000	1.48
@@ -150,7 +150,7 @@
 	$(CC) $(SOLINK) -o $@ $<  $(ZAPPRI) $(ZAPR2) -ltonezone
 
 chan_sip.so: chan_sip.o
-ifeq ($(USE_MYSQL_FRIENDS),1)
+ifeq ($(USE_SIP_MYSQL_FRIENDS),1)
 	$(CC) $(SOLINK) -o $@ chan_sip.o $(MYSQLLIB) -lz
 else
 	$(CC) $(SOLINK) -o $@ chan_sip.o




More information about the svn-commits mailing list