10 lines
179 B
Makefile
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
|