[Asterisk-cvs] asterisk/agi Makefile,1.7,1.8
markster at lists.digium.com
markster at lists.digium.com
Tue Jun 22 13:56:18 CDT 2004
- Previous message: [Asterisk-cvs] asterisk Makefile,1.95,1.96 asterisk.c,1.95,1.96 cli.c,1.42,1.43 manager.c,1.55,1.56 pbx.c,1.127,1.128 sched.c,1.11,1.12 utils.c,1.7,1.8
- Next message: [Asterisk-cvs] asterisk/apps app_dial.c,1.77,1.78 app_queue.c,1.70,1.71 app_rpt.c,1.6,1.7 app_voicemail.c,1.113,1.114
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /usr/cvsroot/asterisk/agi
In directory mongoose.digium.com:/tmp/cvs-serv21170/agi
Modified Files:
Makefile
Log Message:
Merge major BSD mutex and symbol conflict patches (bug #1816) (link patch still pending)
Index: Makefile
===================================================================
RCS file: /usr/cvsroot/asterisk/agi/Makefile,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- Makefile 4 May 2004 01:46:01 -0000 1.7
+++ Makefile 22 Jun 2004 17:42:13 -0000 1.8
@@ -22,10 +22,10 @@
for x in $(AGIS); do $(INSTALL) -m 755 $$x $(DESTDIR)$(AGI_DIR) ; done
eagi-test: eagi-test.o
- $(CC) -o eagi-test eagi-test.o
-
+ $(CC) $(CFLAGS) -o eagi-test eagi-test.o
+
eagi-sphinx-test: eagi-sphinx-test.o
- $(CC) -o eagi-sphinx-test eagi-sphinx-test.o
+ $(CC) $(CFLAGS) -o eagi-sphinx-test eagi-sphinx-test.o
clean:
rm -f *.so *.o look .depend eagi-test eagi-sphinx-test
- Previous message: [Asterisk-cvs] asterisk Makefile,1.95,1.96 asterisk.c,1.95,1.96 cli.c,1.42,1.43 manager.c,1.55,1.56 pbx.c,1.127,1.128 sched.c,1.11,1.12 utils.c,1.7,1.8
- Next message: [Asterisk-cvs] asterisk/apps app_dial.c,1.77,1.78 app_queue.c,1.70,1.71 app_rpt.c,1.6,1.7 app_voicemail.c,1.113,1.114
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the svn-commits
mailing list