Files
pvAccess/src/server/Makefile
Michael Davidsaver 277e5c33fb privatize some API details
hide a number of APIs which should not
be public APIs.
2017-05-30 17:12:31 +02:00

15 lines
381 B
Makefile

# This is a Makefile fragment, see ../Makefile
SRC_DIRS += $(PVACCESS_SRC)/server
INC += pv/serverContext.h
INC += pv/serverChannelImpl.h
INC += pv/beaconServerStatusProvider.h
LIBSRCS += responseHandlers.cpp
LIBSRCS += serverContext.cpp
LIBSRCS += serverChannelImpl.cpp
LIBSRCS += baseChannelRequester.cpp
LIBSRCS += beaconEmitter.cpp
LIBSRCS += beaconServerStatusProvider.cpp