update Makefiles for pv/
add pv/ prefix for INC
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user