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