From: rgrosso Date: Fri, 12 Sep 2014 12:45:26 +0000 (+0200) Subject: Correct include dirs in SHUTTLE Makefile X-Git-Url: http://git.uio.no/git/?a=commitdiff_plain;h=c0eb8651fa387a415828ed5d8ed627e775df75d1;p=u%2Fmrichter%2FAliRoot.git Correct include dirs in SHUTTLE Makefile We expect the headers in $ALICE_INSTALL in general, in $ALICE_ROOT only if the install dir and the source dir are the same. --- diff --git a/SHUTTLE/TestShuttle/Makefile b/SHUTTLE/TestShuttle/Makefile index 98f4cfce0fb..764a54f279a 100644 --- a/SHUTTLE/TestShuttle/Makefile +++ b/SHUTTLE/TestShuttle/Makefile @@ -5,11 +5,7 @@ PACKAGE = TestShuttle include $(ROOTSYS)/etc/Makefile.arch include $(PACKAGE).pkg -ALICEINC = -I. - -ifneq ($(ALICE_ROOT),) - ALICEINC += -I$(ALICE_ROOT)/include -endif +ALICEINC = -I. -I$(ALICE_INSTALL)/include CXXFLAGS += $(ALICEINC) -g SRCS += dict.cxx