]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - MONITOR/libMONITOR.pkg
Protection against missing fESDOld member.
[u/mrichter/AliRoot.git] / MONITOR / libMONITOR.pkg
index bd1e52c070bf40c0aa1cec5e787071fc75080e53..8678951045829381ff2e5b87540e73a731e40918 100644 (file)
@@ -6,10 +6,17 @@ SRCS:=  AliMonitorPlot.cxx AliMonitorHisto.cxx AliMonitorTrend.cxx \
        AliMonitorTPC.cxx AliMonitorITS.cxx AliMonitorV0s.cxx \
        AliMonitorDataTPC.cxx \
        AliMonitorProcess.cxx AliMonitorControl.cxx \
-       AliMonitorDialog.cxx AliMonitorClient.cxx
+       AliMonitorDialog.cxx AliMonitorClient.cxx \
+       AliQAHistNavigator.cxx AliQAHistViewer.cxx \
+       AliOnlineRecoTrigger.cxx
 
-# Matthias 2007-10-03 HLT legacy code disabled
-#      AliMonitorHLT.cxx AliMonitorHLTHough.cxx \
+CINTHDRS:= $(SRCS:.cxx=.h)
+
+ifdef DIMDIR
+
+SRCS += SORNotifier.cxx
+
+endif
 
 HDRS:= $(SRCS:.cxx=.h)
 
@@ -17,6 +24,14 @@ DHDR:= MONITORLinkDef.h
 
 EINCLUDE:= TPC ITS RAW
 
+ifdef DIMDIR
+
+EINCLUDE += $(DIMDIR)/dim
+ELIBS := dim
+ELIBSDIR := $(DIMDIR)/$(ALICE_TARGET)
+
+endif
+
 ifeq (win32gcc,$(ALICE_TARGET))
 PACKSOFLAGS:= $(SOFLAGS) -L$(ALICE_ROOT)/lib/tgt_$(ALICE_TARGET) \
                          -lSTEER -lSTEERBase -lESD \