]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
Remove unwanted dep of evaluation to graphics (thanks Peter for noticing it)
authorlaphecet <laphecet@f7af4fe6-9843-0410-8265-dc069ae4e863>
Tue, 7 Apr 2009 09:44:12 +0000 (09:44 +0000)
committerlaphecet <laphecet@f7af4fe6-9843-0410-8265-dc069ae4e863>
Tue, 7 Apr 2009 09:44:12 +0000 (09:44 +0000)
MUON/MUONevaluationLinkDef.h
MUON/MUONgraphicsLinkDef.h
MUON/libMUONevaluation.pkg
MUON/libMUONgraphics.pkg

index 20278bc78ebcf7618dfce13bc2ae6a7533a9e0e7..00e0c2d27c81ef2f2a506e7691ac53035b49c78c 100644 (file)
@@ -22,7 +22,6 @@
 #pragma link C++ class AliMUONTriggerGUIboard+;
 #pragma link C++ class AliMUONClusterInfo+;
 #pragma link C++ class AliMUONPadInfo+;
-#pragma link C++ class AliMUONContourMakerTest+;
 
 #endif
 
index 99b6cb5c6521ae58bb3f0eb10482d2adbd19d4a5..afa5ac3c594a354ea6557077661fbad809741fa1 100644 (file)
@@ -47,6 +47,7 @@
 #pragma link C++ class AliMUONSegmentTree+;
 #pragma link C++ class AliMUONNode+;
 #pragma link C++ class AliMUONPointWithRef+;
+#pragma link C++ class AliMUONContourMakerTest+;
 
 
 #endif
index e2d29556670a50c89bc5f7dc4d9a2e45db06cfbe..ce9e0289a01f20d8c4bdceaaeba4d821ed3d3ea9 100644 (file)
@@ -11,9 +11,8 @@ SRCS:= AliMUONPairLight.cxx \
        AliMUONTriggerGUIdimap.cxx \
        AliMUONTriggerGUIboard.cxx \
        AliMUONClusterInfo.cxx \
-       AliMUONPadInfo.cxx \
-       AliMUONContourMakerTest.cxx
-
+       AliMUONPadInfo.cxx
+       
 HDRS:= $(SRCS:.cxx=.h)
 
 DHDR:= MUONevaluationLinkDef.h
index 8005dfb798a4a250cf3b8a4ef0a5caf4312e6981..a7b347a29b5a8d1cd11475ef21a4532b31be3377 100644 (file)
@@ -39,7 +39,8 @@ SRCS:=  AliMUONVPainter.cxx \
   AliMUONSegment.cxx \
   AliMUONSegmentTree.cxx \
   AliMUONNode.cxx \
-  AliMUONPointWithRef.cxx
+  AliMUONPointWithRef.cxx \
+  AliMUONContourMakerTest.cxx
 
 HDRS:= $(SRCS:.cxx=.h)