install CONFIG_PVD

This commit is contained in:
Michael Davidsaver
2017-10-05 14:02:05 +02:00
parent 6b0af421dd
commit cd4feb3bab
3 changed files with 6 additions and 5 deletions

4
configure/CONFIG_PVD Normal file
View File

@@ -0,0 +1,4 @@
EPICS_PVD_MAJOR_VERSION = 7
EPICS_PVD_MINOR_VERSION = 0
EPICS_PVD_MAINTENANCE_VERSION = 0
EPICS_PVD_DEVELOPMENT_FLAG = 1

View File

@@ -2,6 +2,8 @@ TOP=..
include $(TOP)/configure/CONFIG
CFG += CONFIG_PVD
TARGETS = $(CONFIG_TARGETS)
CONFIGS += $(subst ../,,$(wildcard $(CONFIG_INSTALLS)))