]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - STEER/libCDB.pkg
Possibility to compile with AliAnalysisGoodies (Yves)
[u/mrichter/AliRoot.git] / STEER / libCDB.pkg
index bf345c48e912f424ea3f2e1ffa345a016f1518c7..657ca85d60bf2863742eee582df4ad94c758145d 100644 (file)
@@ -1,7 +1,8 @@
 SRCS          = AliCDBEntry.cxx AliCDBId.cxx AliCDBMetaData.cxx \
 AliCDBPath.cxx AliCDBRunRange.cxx AliCDBManager.cxx \
 AliCDBStorage.cxx AliCDBLocal.cxx AliCDBDump.cxx AliCDBGrid.cxx \
-AliDCSValue.cxx AliPreprocessor.cxx AliShuttleInterface.cxx
+AliDCSValue.cxx AliPreprocessor.cxx AliShuttleInterface.cxx \
+AliGRPPreprocessor.cxx AliGRPDCS.cxx AliDCSSensor.cxx AliDCSSensorArray.cxx
 
 HDRS:= $(SRCS:.cxx=.h)
 
@@ -10,5 +11,7 @@ DHDR= CDBLinkDef.h
 EXPORT:= AliCDBEntry.h AliCDBId.h AliCDBMetaData.h \
 AliCDBPath.h AliCDBRunRange.h AliCDBManager.h \
 AliCDBStorage.h AliCDBLocal.h AliCDBDump.h AliCDBGrid.h \
-AliDCSValue.h AliPreprocessor.h  AliShuttleInterface.h
+AliDCSValue.h AliPreprocessor.h  AliShuttleInterface.h \
+AliGRPPreprocessor.h AliGRPDCS.h \
+AliDCSSensorArray.h  AliDCSSensor.h