]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
Correct include dirs in SHUTTLE Makefile
authorrgrosso <Raffaele.Grosso@cern.ch>
Fri, 12 Sep 2014 12:45:26 +0000 (14:45 +0200)
committerrgrosso <Raffaele.Grosso@cern.ch>
Fri, 12 Sep 2014 12:45:26 +0000 (14:45 +0200)
We expect the headers in $ALICE_INSTALL in general, in $ALICE_ROOT only
if the install dir and the source dir are the same.

SHUTTLE/TestShuttle/Makefile

index 98f4cfce0fb883033212fe632fcee9e843b11659..764a54f279aae33e21738434a463e5a5be625745 100644 (file)
@@ -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