diff --git a/sinqEPICSApp/src/Makefile b/sinqEPICSApp/src/Makefile index c14dfb9..5de3176 100644 --- a/sinqEPICSApp/src/Makefile +++ b/sinqEPICSApp/src/Makefile @@ -22,12 +22,6 @@ sinqEPICS_DBD += sinq.dbd # Add all the support libraries needed by this IOC sinqEPICS_LIBS += motor asyn busy -# Add to the include paths -USR_INCLUDES += -I /opt/epics/modules/asyn/4.21.0/3.14.12.5/include -USR_INCLUDES += -I /opt/epics/modules/motor/6.10.0/3.14.12.5/include - -USR_LDFLAGS += -L /opt/epics/modules/motor/6.10.0/3.14.12.5/lib - # sinqEPICS_registerRecordDeviceDriver.cpp derives from sinqEPICS.dbd sinqEPICS_SRCS += sinqEPICS_registerRecordDeviceDriver.cpp sinqEPICS_SRCS += EL734Driver.cpp