10 lines
171 B
Makefile
10 lines
171 B
Makefile
# This is a Makefile fragment, see ../Makefile
|
|
|
|
SRC_DIRS += $(PVDATA_SRC)/copy
|
|
|
|
INC += createRequest.h
|
|
INC += pvCopy.h
|
|
|
|
LIBSRCS += createRequest.cpp
|
|
LIBSRCS += pvCopy.cpp
|