From 917322ad52812dda6182b7c61da8d8a9bb2b2864 Mon Sep 17 00:00:00 2001 From: Mark Rivers Date: Mon, 20 Nov 2017 11:53:37 -0600 Subject: [PATCH] Added missing -I to USR_INCLUDES --- andorApp/src/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/andorApp/src/Makefile b/andorApp/src/Makefile index 53dadf7..3c65abb 100755 --- a/andorApp/src/Makefile +++ b/andorApp/src/Makefile @@ -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