diff --git a/xxxApp/src/Makefile b/xxxApp/src/Makefile
index 07d1f5beb1370aaebdf4acee6fac5f8682139aef..9f6b6ac34e0dcc9233d5a109341009627000b7bc 100644
--- a/xxxApp/src/Makefile
+++ b/xxxApp/src/Makefile
@@ -115,7 +115,7 @@ ifeq (vxWorks,$(findstring vxWorks, $(T_A)))
 ifdef ALLEN_BRADLEY
 	iocxxxVX_DBD += allenBradley.dbd
 endif
-	iocxxxVX_DBD += quadEMSupport.dbd
+	iocxxxVX_DBD += drvAPS_EM.dbd
 	iocxxxVX_DBD += mcaCanberraSupport.dbd
 	iocxxxVX_DBD += devLove.dbd
 	# from ipac
@@ -205,6 +205,7 @@ xxx_Common_LIBS += autosave
 xxx_Common_LIBS += optics
 xxx_Common_LIBS += std
 xxx_Common_LIBS += ip
+xxx_Common_LIBS += quadEM
 xxx_Common_LIBS += Acs acsTech80 Aerotech Attocube Faulhaber Ims KohzuMotor Mclennan
 xxx_Common_LIBS += Micos MicroMo NewFocus Newport Oriel PI PIJena Parker SmartMotor
 xxx_Common_LIBS += ThorLabs softMotor motorSimSupport motor
@@ -224,7 +225,6 @@ xxx_LIBS_vxWorks += mcaCanberra
 xxx_LIBS_vxWorks += ip330
 xxx_LIBS_vxWorks += ipUnidig
 xxx_LIBS_vxWorks += dac128V
-xxx_LIBS_vxWorks += quadEM
 xxx_LIBS_vxWorks += camac devCamac
 xxx_LIBS_vxWorks += love
 ifndef DEVIOCSTATS
diff --git a/xxxApp/src/xxxCommonInclude.dbd b/xxxApp/src/xxxCommonInclude.dbd
index 767f6e3e3dd3e8987b4cf6b8343a4a04c57d09dc..d37b2bba70ef2836d24bfaed8f026f8a94d258db 100644
--- a/xxxApp/src/xxxCommonInclude.dbd
+++ b/xxxApp/src/xxxCommonInclude.dbd
@@ -33,6 +33,9 @@ include "mcaSupport.dbd"
 # ip
 include "ipSupport.dbd"
 
+# quadEM
+include "drvAHxxx.dbd"
+
 # motor
 include "motorSupport.dbd"
 include "devAcsMotor.dbd"