[asterisk-commits] russell: branch group/asterisk-cpp r168414 - /team/group/asterisk-cpp/main/
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Sat Jan 10 19:43:17 CST 2009
Author: russell
Date: Sat Jan 10 19:43:17 2009
New Revision: 168414
URL: http://svn.digium.com/svn-view/asterisk?view=rev&rev=168414
Log:
revert unwanted change
Modified:
team/group/asterisk-cpp/main/Makefile
Modified: team/group/asterisk-cpp/main/Makefile
URL: http://svn.digium.com/svn-view/asterisk/team/group/asterisk-cpp/main/Makefile?view=diff&rev=168414&r1=168413&r2=168414
==============================================================================
--- team/group/asterisk-cpp/main/Makefile (original)
+++ team/group/asterisk-cpp/main/Makefile Sat Jan 10 19:43:17 2009
@@ -17,7 +17,7 @@
include $(ASTTOPDIR)/Makefile.moddir_rules
-OBJS= tdd.o tcptls.o io.o sched.o logger.o frame.o loader.o config.o channel.o \
+OBJS= tcptls.o io.o sched.o logger.o frame.o loader.o config.o channel.o \
translate.o file.o pbx.o cli.o md5.o term.o \
ulaw.o alaw.o callerid.o fskmodem.o image.o app.o \
cdr.o tdd.o acl.o rtp.o udptl.o manager.o asterisk.o \
@@ -149,7 +149,7 @@
AST_EMBED_LDSCRIPTS:=$(sort $(EMBED_LDSCRIPTS))
AST_EMBED_LDFLAGS:=$(foreach dep,$(EMBED_LDFLAGS),$(value $(dep)))
AST_EMBED_LIBS:=$(foreach dep,$(EMBED_LIBS),$(value $(dep)))
-#OBJS:=$(sort $(OBJS))
+OBJS:=$(sort $(OBJS))
ifneq ($(wildcard ../channels/h323/Makefile.ast),)
include ../channels/h323/Makefile.ast
More information about the asterisk-commits
mailing list