From 20345ab0dde3fe578ca69a5b037e8732e2a8fc5e Mon Sep 17 00:00:00 2001 From: Marty Kraimer Date: Wed, 23 Apr 2014 09:16:28 -0400 Subject: [PATCH] forgot monitor.h --- pvDataApp/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/pvDataApp/Makefile b/pvDataApp/Makefile index 0cbc9b5..8bdc13d 100644 --- a/pvDataApp/Makefile +++ b/pvDataApp/Makefile @@ -109,6 +109,7 @@ INC += bitSetUtil.h LIBSRCS += bitSetUtil.cpp SRC_DIRS += $(PVDATA)/monitor +INC += monitor.h INC += monitorPlugin.h LIBSRCS += monitor.cpp LIBSRCS += monitorPlugin.cpp