X-Git-Url: http://git.uio.no/git/?a=blobdiff_plain;f=STEER%2FlibCDB.pkg;h=657ca85d60bf2863742eee582df4ad94c758145d;hb=1001a70dbb8fa9b3bf157ade806d069f3f2e7fdd;hp=8a360707f88867346d3d521544d9cd09cb249354;hpb=45a493ce16ebf53743a302b6bdd921979bd421df;p=u%2Fmrichter%2FAliRoot.git diff --git a/STEER/libCDB.pkg b/STEER/libCDB.pkg index 8a360707f88..657ca85d60b 100644 --- a/STEER/libCDB.pkg +++ b/STEER/libCDB.pkg @@ -1,9 +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 AliDefaultPreprocessor.cxx \ -AliShuttleInterface.cxx +AliDCSValue.cxx AliPreprocessor.cxx AliShuttleInterface.cxx \ +AliGRPPreprocessor.cxx AliGRPDCS.cxx AliDCSSensor.cxx AliDCSSensorArray.cxx HDRS:= $(SRCS:.cxx=.h) @@ -12,7 +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 AliDefaultPreprocessor.h \ -AliShuttleInterface.h +AliDCSValue.h AliPreprocessor.h AliShuttleInterface.h \ +AliGRPPreprocessor.h AliGRPDCS.h \ +AliDCSSensorArray.h AliDCSSensor.h