Changed the order the engine object files are listed in the Makefile to match the desired initialization order.

git-svn-id: http://yate.null.ro/svn/yate/trunk@2706 acf43c95-373e-0410-b603-e72c3f656dc1
This commit is contained in:
paulc 2009-06-12 15:24:45 +00:00
parent ca829d943a
commit 186ac531ca
1 changed files with 5 additions and 4 deletions

View File

@ -23,10 +23,11 @@ EINC := $(CINC) @top_srcdir@/yatengine.h
PINC := $(EINC) @top_srcdir@/yatephone.h
CLINC:= $(PINC) @top_srcdir@/yatecbase.h
LIBS :=
CLSOBJS := TelEngine.o ObjList.o HashList.o String.o DataBlock.o NamedList.o \
URI.o Mime.o Array.o Iterator.o YMD5.o YSHA1.o Base64.o Cipher.o \
Mutex.o Thread.o Socket.o
ENGOBJS := Configuration.o Message.o Plugin.o Engine.o
CLSOBJS := TelEngine.o ObjList.o HashList.o Mutex.o Thread.o Socket.o \
String.o DataBlock.o NamedList.o \
URI.o Mime.o Array.o Iterator.o \
YMD5.o YSHA1.o Base64.o Cipher.o
ENGOBJS := Configuration.o Message.o Engine.o Plugin.o
TELOBJS := DataFormat.o Channel.o
CLIOBJS := Client.o ClientLogic.o