Files
pvAccess/src/rpcService/Makefile
2014-03-28 11:53:02 -05:00

10 lines
179 B
Makefile

# This is a Makefile fragment, see ../Makefile
SRC_DIRS += $(PVACCESS_SRC)/rpcService
INC += rpcService.h
INC += rpcServer.h
LIBSRCS += rpcService.cpp
LIBSRCS += rpcServer.cpp