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

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
parent 8d464b72
No related branches found
No related tags found
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 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)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment