# each entry of SUBDIRS will be generated, compiled and linked in turn
# event: the Event framework
# sicc: the SICC interface between SIP Connector and CSE
# sipstack: the layer between SIP Connector and the Radvision SIP Stack
# networkcall: the main guts of the SIP Connector: the NetworkCall object, CallManager, and all of the state machines
# utils: common utilities (these should be moved to utl some day)
# sipconn: the main process of SIP Connector, configuration, startup, and common definitions
SUBDIRS=event statistics sicc sipstack connector networkcall utils sippresence unitTest rtt sipha status sipconn

include $(UTL_ROOT)/MakeIncl/MakeTree
