added missing src/copy/Makefile

This commit is contained in:
Matej Sekoranja
2014-06-10 13:50:04 +02:00
parent 888dc11c03
commit 45c657ce79

9
src/copy/Makefile Normal file
View File

@@ -0,0 +1,9 @@
# This is a Makefile fragment, see ../Makefile
SRC_DIRS += $(PVDATA_SRC)/copy
INC += createRequest.h
INC += pvCopy.h
LIBSRCS += createRequest.cpp
LIBSRCS += pvCopy.cpp