[asterisk-commits] seanbright: branch group/asterisk-cpp r168456 - /team/group/asterisk-cpp/main/
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Sun Jan 11 18:35:14 CST 2009
Author: seanbright
Date: Sun Jan 11 18:35:14 2009
New Revision: 168456
URL: http://svn.digium.com/svn-view/asterisk?view=rev&rev=168456
Log:
Revert main/Makefile which I shouldn't have committed.
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=168456&r1=168455&r2=168456
==============================================================================
--- team/group/asterisk-cpp/main/Makefile (original)
+++ team/group/asterisk-cpp/main/Makefile Sun Jan 11 18:35:14 2009
@@ -17,7 +17,7 @@
include $(ASTTOPDIR)/Makefile.moddir_rules
-OBJS= manager.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