added baseChannelRequester files

This commit is contained in:
Gasper Jansa
2011-02-18 17:39:45 +01:00
parent 14a12729aa
commit faac27d1fc

View File

@@ -43,10 +43,11 @@ SRC_DIRS += $(PVACCESS)/server
INC += serverContext.h
INC += responseHandlers.h
INC += serverChannelImpl.h
INC += baseChannelRequester.h
LIBSRCS += responseHandlers.cpp
LIBSRCS += serverContext.cpp
LIBSRCS += serverChannelImpl.cpp
LIBSRCS += baseChannelRequester.cpp
SRC_DIRS += $(PVACCESS)/factory
LIBSRCS += ChannelAccessFactory.cpp