]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - EVE/libEveHLT.pkg
Store information to calculate the correlation between the bending and non-bending...
[u/mrichter/AliRoot.git] / EVE / libEveHLT.pkg
index 2847a987f60efef345cbe8f81efa9643d2ee3688..db88fcad3c96f3af0eb1c25553930189587a601e 100644 (file)
@@ -6,13 +6,13 @@ HDRS     := $(SRCS:.cxx=.h)
 
 DHDR     := EveHLT/EveHLTLinkDef.h
 
-EINCLUDE := RAW ITS TPC TRD TOF T0 MUON MUON/mapping PMD HLT/BASE HLT/BASE/HOMER
+EINCLUDE := HLT/BASE HLT/EVE HLT/BASE/util HLT/BASE/HOMER EVE/EveHLT  
 
 ifeq (win32gcc,$(ALICE_TARGET))
 PACKCXXFLAGS:= $(CXXFLAGS) -I/usr/X11R6/include
 ELIBSDIR:= /usr/X11R6/lib
 ELIBS:= GL
 PACKSOFLAGS:= $(SOFLAGS) -L$(ALICE_ROOT)/lib/tgt_$(ALICE_TARGET) -lSTEERBase \
-                         -lTPCbase -lHLTbase \
-                         -L$(shell root-config --libdir) -lEve -lXMLParser -lGed -lGui
+                         -lTPCbase -lHLTbase -lAliHLTEve \
+                         -L$(ROOTLIBDIR) -lEve -lXMLParser -lGed -lGui 
 endif