[asterisk-commits] eliel: trunk r198442 - /trunk/main/Makefile

SVN commits to the Asterisk project asterisk-commits at lists.digium.com
Sat May 30 21:09:09 CDT 2009


Author: eliel
Date: Sat May 30 21:09:06 2009
New Revision: 198442

URL: http://svn.asterisk.org/svn-view/asterisk?view=rev&rev=198442
Log:
Filter the say.o object, it is being added later.


Modified:
    trunk/main/Makefile

Modified: trunk/main/Makefile
URL: http://svn.asterisk.org/svn-view/asterisk/trunk/main/Makefile?view=diff&rev=198442&r1=198441&r2=198442
==============================================================================
--- trunk/main/Makefile (original)
+++ trunk/main/Makefile Sat May 30 21:09:06 2009
@@ -18,7 +18,7 @@
 include $(ASTTOPDIR)/Makefile.moddir_rules
 
 SRC=$(wildcard *.c)
-OBJSFILTER=fskmodem_int.o fskmodem_float.o cygload.o buildinfo.o
+OBJSFILTER=fskmodem_int.o fskmodem_float.o cygload.o buildinfo.o say.o
 OBJS=$(filter-out $(OBJSFILTER),$(SRC:.c=.o))
 
 # we need to link in the objects statically, not as a library, because




More information about the asterisk-commits mailing list