X-Git-Url: http://git.uio.no/git/?p=u%2Fmrichter%2FAliRoot.git;a=blobdiff_plain;f=MONITOR%2FlibMONITOR.pkg;h=05c4320edb428e8f38912368d441ba5cd8da61a9;hp=7360fad2525272e864d3efa0588b337894c601c9;hb=abcff5fc590310ce972f33e9f8942c691e1aaa23;hpb=c4bd737cb50b8181042b5b2edf69c67401e1dcf0 diff --git a/MONITOR/libMONITOR.pkg b/MONITOR/libMONITOR.pkg index 7360fad2525..05c4320edb4 100644 --- a/MONITOR/libMONITOR.pkg +++ b/MONITOR/libMONITOR.pkg @@ -1,7 +1,17 @@ +#-*- Mode: Makefile -*- +# $Id$ + +include HLT/hlt.conf + +EDEFINE := ${HLTDEFS} +PACKCXXFLAGS := ${HLTCXXFLAGS} +PACKCFLAGS := ${HLTCLFAGS} +PACKDCXXFLAGS:= ${HLTDCXXFLAGS} + SRCS:= AliMonitorPlot.cxx AliMonitorHisto.cxx AliMonitorTrend.cxx \ AliMonitor.cxx \ AliMonitorTPC.cxx AliMonitorITS.cxx AliMonitorV0s.cxx \ - AliMonitorHLT.cxx \ + AliMonitorHLT.cxx AliMonitorHLTHough.cxx \ AliMonitorDataTPC.cxx \ AliMonitorProcess.cxx AliMonitorControl.cxx \ AliMonitorDialog.cxx AliMonitorClient.cxx @@ -10,4 +20,4 @@ HDRS:= $(SRCS:.cxx=.h) DHDR:= MONITORLinkDef.h -EINCLUDE:=TPC CONTAINERS ITS RAW +EINCLUDE:= TPC ITS RAW HLT/src HLT/hough HLT/comp