projects
/
asterisk/asterisk.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1630c85
)
Filter the say.o object, it is being added later.
author
Eliel C. Sardanons
<eliels@gmail.com>
Sun, 31 May 2009 02:09:06 +0000
(
02:09
+0000)
committer
Eliel C. Sardanons
<eliels@gmail.com>
Sun, 31 May 2009 02:09:06 +0000
(
02:09
+0000)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@198442
65c4cc65
-6c06-0410-ace0-
fbb531ad65f3
main/Makefile
patch
|
blob
|
history
diff --git
a/main/Makefile
b/main/Makefile
index
21d675e
..
c8e7aed
100644
(file)
--- 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