From: Eliel C. Sardanons Date: Sun, 31 May 2009 02:09:06 +0000 (+0000) Subject: Filter the say.o object, it is being added later. X-Git-Tag: 11.0.0-beta1~4757 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=7ef2d7bca7cf10eff7a51154b457cd51059541dc;p=thirdparty%2Fasterisk.git Filter the say.o object, it is being added later. git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@198442 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- diff --git a/main/Makefile b/main/Makefile index 21d675ee75..c8e7aedba9 100644 --- a/main/Makefile +++ b/main/Makefile @@ -18,7 +18,7 @@ all: asterisk 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