summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEliel C. Sardanons <eliels@gmail.com>2009-06-01 17:53:38 +0000
committerEliel C. Sardanons <eliels@gmail.com>2009-06-01 17:53:38 +0000
commit5d8d1545d85bf41d64186b2fd64b1013c68aa6b1 (patch)
treece7cab8dc317c80d46e021bb89d73d36227fad57
parent8d464b72110c9ff2320b1b8f6ef536fad8e031e5 (diff)
Do not add say.o in a separate line.
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@198597 65c4cc65-6c06-0410-ace0-fbb531ad65f3
-rw-r--r--main/Makefile6
1 files changed, 1 insertions, 5 deletions
diff --git a/main/Makefile b/main/Makefile
index c8e7aedba..3d3d29828 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 say.o
+OBJSFILTER=fskmodem_int.o fskmodem_float.o cygload.o buildinfo.o
OBJS=$(filter-out $(OBJSFILTER),$(SRC:.c=.o))
# we need to link in the objects statically, not as a library, because
@@ -26,10 +26,6 @@ OBJS=$(filter-out $(OBJSFILTER),$(SRC:.c=.o))
# objects use it.
OBJS+=stdtime/localtime.o
-# At the moment say.o is an optional component which can be overridden
-# by a module.
-OBJS+=say.o
-
AST_LIBS += $(OPENSSL_LIB)
AST_LIBS += $(BKTR_LIB)
AST_LIBS += $(LIBXML2_LIB)