]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - TPC/libTPCmon.pkg
Remove for the moment the QA analysis from the PartCorr wagon and move it to its...
[u/mrichter/AliRoot.git] / TPC / libTPCmon.pkg
index 8c3f163c4b6af4f34a9fb8e3181e1146696c3b8a..2db59813d9e10b0d4b968ef10525856c6f2f79a7 100755 (executable)
@@ -11,7 +11,6 @@ SRCS:=  AliTPCMonitorConfig.cxx \
        AliTPCMonitorDialog.cxx
 
 HDRS:= $(SRCS:.cxx=.h)
-HDRS:= $(filter-out AliTPCTrackHitsInterfaces.h, $(HDRS))
 
 DHDR:= TPCmonLinkDef.h
 
@@ -21,13 +20,13 @@ EINCLUDE:= RAW STEER
 ifeq (win32gcc,$(ALICE_TARGET))
 PACKSOFLAGS:= $(SOFLAGS) -L$(ALICE_ROOT)/lib/tgt_$(ALICE_TARGET) \
                          -lSTEERBase -lRAWDatarec \
-                         -L$(shell root-config --libdir) -lGui
+                         -L$(ROOTLIBDIR) -lGui
 endif
 
 
 ifdef DATE_ROOT
 SRCS +=  AliTPCMonitorDateMonitor.cxx  
-PACKBLIBS += $(shell date-config --monitorlibs)
+PACKBLIBS += $(DMONLIBS)
 ELIBSDIR:=
 ELIBS:=
 HDRS +=  AliTPCMonitorDateMonitor.h