9 lines
175 B
Makefile
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
|