update Makefiles for pv/

add pv/ prefix for INC
This commit is contained in:
Michael Davidsaver
2016-01-26 15:50:49 -05:00
parent 49058d260b
commit 58914fd093
13 changed files with 41 additions and 44 deletions

View File

@@ -2,9 +2,9 @@
SRC_DIRS += $(PVACCESS_SRC)/ca
INC += caProvider.h
INC += caChannel.h
INC += caStatus.h
INC += pv/caProvider.h
INC += pv/caChannel.h
INC += pv/caStatus.h
LIBSRCS += caProvider.cpp
LIBSRCS += caChannel.cpp