Files
pvAccess/src/pipelineService/Makefile
Matej Sekoranja 197f763452 pipeline support
2015-04-29 15:17:54 -04:00

10 lines
204 B
Makefile

# This is a Makefile fragment, see ../Makefile
SRC_DIRS += $(PVACCESS_SRC)/pipelineService
INC += pipelineService.h
INC += pipelineServer.h
LIBSRCS += pipelineService.cpp
LIBSRCS += pipelineServer.cpp