From: loizides Date: Fri, 5 Jul 2002 13:23:16 +0000 (+0000) Subject: Added -Duse_root to USEPACKAGE=ALIROOT section. X-Git-Url: http://git.uio.no/git/?p=u%2Fmrichter%2FAliRoot.git;a=commitdiff_plain;h=a33d7f860fe8d7a4e3316714f6a2a907e9cc9657 Added -Duse_root to USEPACKAGE=ALIROOT section. --- diff --git a/HLT/src/Makefile b/HLT/src/Makefile index 8e4b3887837..50aa3e98bf9 100644 --- a/HLT/src/Makefile +++ b/HLT/src/Makefile @@ -25,7 +25,7 @@ endif ifeq ($(USEPACKAGE),ALIROOT) INCLUDES = -I$(ROOTSYS)/include -I$(TOPDIR)/hough -I$(TOPDIR)/src -I$(TOPDIR)/comp -I$(ALICE_ROOT)/include/ -I$(ALICE_ROOT)/TPC -I$(ALICE_ROOT)/CONTAINERS -I$(ALICE_ROOT)/STEER -DEFSTR = -Duse_aliroot +DEFSTR = -Duse_aliroot -Duse_root OBJDIR = lib endif