allow access to some global IOC calls

Might be useful at some point...
This commit is contained in:
Michael Davidsaver
2014-03-08 11:09:15 -05:00
parent 2c19a4b392
commit 34bff5c001
4 changed files with 144 additions and 0 deletions

View File

@@ -24,6 +24,7 @@ setup_CPPFLAGS += -DXEPICS_BASE=\"$(EPICS_BASE)\"
setup_CPPFLAGS += -DPYDIR=\"python$(PY_VER)\"
pyDevSup$(PY_LD_VER)_SRCS += setup.c
pyDevSup$(PY_LD_VER)_SRCS += dbbase.c
pyDevSup$(PY_LD_VER)_SRCS += dbrec.c
pyDevSup$(PY_LD_VER)_SRCS += dbfield.c
pyDevSup$(PY_LD_VER)_SRCS += dbdset.c