9 lines
124 B
Makefile
9 lines
124 B
Makefile
# This is a Makefile fragment, see ../Makefile
|
|
|
|
SRC_DIRS += $(PVDATAAPP)/monitor
|
|
|
|
INC += monitor.h
|
|
|
|
LIBSRCS += monitor.cpp
|
|
|