summaryrefslogtreecommitdiff
path: root/main/Makefile
diff options
context:
space:
mode:
authorEliel C. Sardanons <eliels@gmail.com>2009-05-31 02:09:06 +0000
committerEliel C. Sardanons <eliels@gmail.com>2009-05-31 02:09:06 +0000
commit7ef2d7bca7cf10eff7a51154b457cd51059541dc (patch)
tree5ff63617bd0bcf0d4b65140b6c7713096073e05d /main/Makefile
parent1630c858614d0940ef671192b2e8ab9153b6ef82 (diff)
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
Diffstat (limited to 'main/Makefile')
-rw-r--r--main/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/main/Makefile b/main/Makefile
index 21d675ee7..c8e7aedba 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