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