8 lines
131 B
Makefile
8 lines
131 B
Makefile
# This is a Makefile fragment, see ../Makefile
|
|
|
|
SRC_DIRS += $(PVACCESSAPP)/rpcClient
|
|
|
|
INC += rpcClient.h
|
|
|
|
LIBSRCS += rpcClient.cpp
|