Files
pvData/src/monitor/Makefile
Matej Sekoranja 5e3159f800 completed merge
2014-06-09 23:15:57 +02:00

9 lines
175 B
Makefile

# This is a Makefile fragment, see ../Makefile
SRC_DIRS += $(PVDATA_SRC)/monitor
INC += monitor.h
INC += monitorPlugin.h
LIBSRCS += monitor.cpp
LIBSRCS += monitorPlugin.cpp