10 lines
178 B
Makefile
10 lines
178 B
Makefile
# This is a Makefile fragment, see ../Makefile
|
|
|
|
SRC_DIRS += $(PVACCESSAPP)/rpcService
|
|
|
|
INC += rpcService.h
|
|
INC += rpcServer.h
|
|
|
|
LIBSRCS += rpcService.cpp
|
|
LIBSRCS += rpcServer.cpp
|