project
	:
	requirements
	<include>../../../include/DaemonDM/  
	<include>../common/  
	;

lib ClientAdapterStub : 
	ClientAdapterStub.cpp 
	RequestReceiverThread.cpp  
	RequestHandlingThread.cpp  
	IMOTreeCommand.cpp
	GetCommand.cpp 
	SetCommand.cpp 
	SetMgmtTreeCommand.cpp
	GetMgmtTreeCommand.cpp
	NotificationStub.cpp 
	../common/MessageDeserializer.cpp
	../common/MessageSerializer.cpp
	../common/Message.cpp
	../common/CommonUtils.cpp
	:  <link>static 
	;
