[svn-commits] eliel: trunk r198597 - /trunk/main/Makefile
SVN commits to the Digium repositories
svn-commits at lists.digium.com
Mon Jun 1 12:53:41 CDT 2009
Author: eliel
Date: Mon Jun 1 12:53:38 2009
New Revision: 198597
URL: http://svn.asterisk.org/svn-view/asterisk?view=rev&rev=198597
Log:
Do not add say.o in a separate line.
Modified:
trunk/main/Makefile
Modified: trunk/main/Makefile
URL: http://svn.asterisk.org/svn-view/asterisk/trunk/main/Makefile?view=diff&rev=198597&r1=198596&r2=198597
==============================================================================
--- trunk/main/Makefile (original)
+++ trunk/main/Makefile Mon Jun 1 12:53:38 2009
@@ -18,17 +18,13 @@
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
# otherwise modules will not have them available if none of the static
# 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)
More information about the svn-commits
mailing list