]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - MUON/CMakelibMUONbase.pkg
Fix for coverity (AdC)
[u/mrichter/AliRoot.git] / MUON / CMakelibMUONbase.pkg
index ed3bc5c256eda6dce5aecc512ad3a8389c04f46d..52ae7c0815efc6755aed63dd9fc4a4508444acd5 100644 (file)
@@ -58,6 +58,7 @@ set ( SRCS
     AliMUONPadStatusMaker.cxx 
     AliMUONDigitCalibrator.cxx 
     AliMUONPadStatusMapMaker.cxx 
+    AliMUONTriggerUtilities.cxx
     )
 
 string ( REPLACE ".cxx" ".h" HDRS "${SRCS}" )
@@ -65,3 +66,27 @@ string ( REPLACE ".cxx" ".h" HDRS "${SRCS}" )
 set ( DHDR  MUONbaseLinkDef.h)
 
 set ( EINCLUDE  RAW MUON/mapping STEER/STEER STEER/CDB STEER/ESD STEER/STEERBase)
+
+set ( EXPORT AliMUONDigitMaker.h 
+  AliMUONVDigitStore.h 
+  AliMUONDigitStoreV2R.h 
+  AliMUONDigitStoreVImpl.h 
+  AliMUONVDigit.h 
+  AliMUONVCluster.h 
+  AliMUONConstants.h 
+  AliMUONTriggerCircuit.h
+  AliMUONTriggerCircuit.h 
+  AliMUONRawClusterV2.h
+  AliMUONRecoParam.h 
+  )
+
+install (DIRECTORY data
+        DESTINATION MUON
+        PATTERN ".svn" EXCLUDE)
+
+
+#
+# EOF
+#
+
+