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,16 +2,16 @@
SRC_DIRS += $(PVACCESS_SRC)/remote
INC += remote.h
INC += security.h
INC += blockingUDP.h
INC += beaconHandler.h
INC += blockingTCP.h
INC += channelSearchManager.h
INC += simpleChannelSearchManagerImpl.h
INC += transportRegistry.h
INC += serializationHelper.h
INC += codec.h
INC += pv/remote.h
INC += pv/security.h
INC += pv/blockingUDP.h
INC += pv/beaconHandler.h
INC += pv/blockingTCP.h
INC += pv/channelSearchManager.h
INC += pv/simpleChannelSearchManagerImpl.h
INC += pv/transportRegistry.h
INC += pv/serializationHelper.h
INC += pv/codec.h
LIBSRCS += blockingUDPTransport.cpp
LIBSRCS += blockingUDPConnector.cpp