aboutsummaryrefslogtreecommitdiffstats
path: root/main/Makefile
diff options
context:
space:
mode:
authoreliel <eliel@f38db490-d61c-443f-a65b-d21fe96a405b>2009-05-31 02:09:06 +0000
committereliel <eliel@f38db490-d61c-443f-a65b-d21fe96a405b>2009-05-31 02:09:06 +0000
commitebac410138637a4ea73dcaea73d521c29cd297bd (patch)
tree5ff63617bd0bcf0d4b65140b6c7713096073e05d /main/Makefile
parentb7795552ce7c3c77e244cc7967f35567c9970ce8 (diff)
Filter the say.o object, it is being added later.
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@198442 f38db490-d61c-443f-a65b-d21fe96a405b
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