]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
Added -Duse_root to USEPACKAGE=ALIROOT section.
authorloizides <loizides@f7af4fe6-9843-0410-8265-dc069ae4e863>
Fri, 5 Jul 2002 13:23:16 +0000 (13:23 +0000)
committerloizides <loizides@f7af4fe6-9843-0410-8265-dc069ae4e863>
Fri, 5 Jul 2002 13:23:16 +0000 (13:23 +0000)
HLT/src/Makefile

index 8e4b3887837150995befd4b0942ae633ae539a52..50aa3e98bf98a125c2d25e61658124839692c833 100644 (file)
@@ -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