Added missing -I to USR_INCLUDES

This commit is contained in:
Mark Rivers
2017-11-20 11:53:37 -06:00
parent dcb85833a3
commit 917322ad52

View File

@@ -20,7 +20,7 @@ DBD += andorCCDSupport.dbd
DBD += shamrockSupport.dbd
ifdef XML2_INCLUDE
USR_INCLUDES += $(XML2_INCLUDE)
USR_INCLUDES += -I$(XML2_INCLUDE)
endif
include $(ADCORE)/ADApp/commonLibraryMakefile