From 2c4e98db8c8374b1c9e417214e701171381abca1 Mon Sep 17 00:00:00 2001 From: mrkraimer Date: Sat, 3 Apr 2021 06:30:09 -0400 Subject: [PATCH] another attempt to fix jenkins_problem --- src/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Makefile b/src/Makefile index d3b9feb..97de3e8 100644 --- a/src/Makefile +++ b/src/Makefile @@ -24,8 +24,8 @@ INC += pv/scalarAlarmSupport.h include $(PVDATABASE_SRC)/copy/Makefile include $(PVDATABASE_SRC)/database/Makefile include $(PVDATABASE_SRC)/pvAccess/Makefile -include $(PVDATABASE_SRC)/special/Makefile include $(PVDATABASE_SRC)/support/Makefile +include $(PVDATABASE_SRC)/special/Makefile LIBRARY += pvDatabase pvDatabase_LIBS += pvData