mirror of
https://github.com/asterisk/asterisk.git
synced 2025-11-03 04:16:43 +00:00
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
This commit is contained in:
@@ -18,7 +18,7 @@ all: asterisk
|
|||||||
include $(ASTTOPDIR)/Makefile.moddir_rules
|
include $(ASTTOPDIR)/Makefile.moddir_rules
|
||||||
|
|
||||||
SRC=$(wildcard *.c)
|
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))
|
OBJS=$(filter-out $(OBJSFILTER),$(SRC:.c=.o))
|
||||||
|
|
||||||
# we need to link in the objects statically, not as a library, because
|
# we need to link in the objects statically, not as a library, because
|
||||||
|
|||||||
Reference in New Issue
Block a user