Skip to content
Snippets Groups Projects
Commit 7ef2d7bc authored by Eliel C. Sardanons's avatar Eliel C. Sardanons
Browse files

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
parent 1630c858
Branches
Tags
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment