]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - MONITOR/binmonitorGDC.pkg
Removing meaningless const (icc)
[u/mrichter/AliRoot.git] / MONITOR / binmonitorGDC.pkg
index 86139276cdc60952e0bd04f6f1d8a29cc8cfe044..a86064e2e300395e1c5f2238246f01fecf29757c 100644 (file)
@@ -16,8 +16,9 @@ PACKBLIBS := $(ROOTCLIBS) $(SYSLIBS)
 
 ifdef DATE_ROOT
 
-ELIBSDIR:=${DATE_MONITOR_DIR}/${DATE_SYS}
-ELIBS:=ESD CDB STEER RAWDatabase RAWDatarec RAWDatasim TPCbase TPCsim TPCrec AliL3Src AliL3Misc AliL3Hough AliL3Comp AliL3ITS AliL3MUON ITSbase ITSsim ITSrec monitor shift MUONsim MUONrec MUONbase MUONgeometry MUONraw MUONmapping
+PACKBLIBS += $(shell date-config --monitorlibs)
+ELIBSDIR:=
+ELIBS:=ESD CDB STEER RAWDatabase RAWDatarec RAWDatasim TPCbase TPCsim TPCrec AliHLTSrc AliHLTMisc AliHLTHough AliHLTComp AliHLTITS AliHLTMUON ITSbase ITSsim ITSrec MUONsim MUONrec MUONbase MUONgeometry MUONraw MUONmapping
 EINCLUDE+= ${DATE_COMMON_DEFS} ${DATE_MONITOR_DIR}
 
 endif