From 8b8c876e03cfa663655e46e705eb67b6d0a1bcc7 Mon Sep 17 00:00:00 2001 From: loizides Date: Mon, 4 Apr 2011 04:34:02 +0000 Subject: [PATCH] check for par files of EMCAL libs --- PWG4/Makefile | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/PWG4/Makefile b/PWG4/Makefile index a5eb7886367..6e88ae683cb 100644 --- a/PWG4/Makefile +++ b/PWG4/Makefile @@ -51,6 +51,18 @@ ifneq ($(EMCALUtils_INCLUDE),) CXXFLAGS+=-D__EMCALUTIL__ endif +ifneq ($(EMCALbase_INCLUDE),) + ALICEINC += -I../$(EMCALbase_INCLUDE) +endif + +ifneq ($(EMCALsim_INCLUDE),) + ALICEINC += -I../$(EMCALsim_INCLUDE) +endif + +ifneq ($(EMCALrec_INCLUDE),) + ALICEINC += -I../$(EMCALrec_INCLUDE) +endif + ifneq ($(PWG4PartCorrBase_INCLUDE),) ALICEINC += -I../$(PWG4PartCorrBase_INCLUDE) endif -- 2.39.3