Skip to content
Snippets Groups Projects
Commit dedac8fb authored by scott snyder's avatar scott snyder
Browse files

ALFA_CLinkEv: CLIDSvc -> AthenaKernel

Remove references to obsolete package CLIDSvc; header moved to AthenaKernel.
Also remove unneeded dependency on SGTools.
parent cc4c8b3c
No related branches found
No related tags found
No related merge requests found
......@@ -8,7 +8,7 @@
#include "AthenaPoolUtilities/AthenaAttributeList.h"
#include "AthenaPoolUtilities/CondAttrListCollection.h"
#include "AthLinks/DataLink.h"
#include "CLIDSvc/CLASS_DEF.h"
#include "AthenaKernel/CLASS_DEF.h"
#include <map>
......
......@@ -8,8 +8,7 @@ atlas_subdir( ALFA_CLinkEv )
# Declare the package's dependencies:
atlas_depends_on_subdirs( PUBLIC
Control/AthLinks
Control/CLIDSvc
Control/SGTools
Control/AthenaKernel
Database/AthenaPOOL/AthenaPoolUtilities
ForwardDetectors/ALFA/ALFA_RawEv
ForwardDetectors/ALFA/ALFA_RecEv/ALFA_LocRecCorrEv
......@@ -25,12 +24,12 @@ atlas_add_library( ALFA_CLinkEv
src/*.cxx
PUBLIC_HEADERS ALFA_CLinkEv
PRIVATE_INCLUDE_DIRS ${ROOT_INCLUDE_DIRS}
LINK_LIBRARIES AthLinks SGTools AthenaPoolUtilities ALFA_RawEv ALFA_LocRecCorrEv ALFA_LocRecEv
LINK_LIBRARIES AthLinks AthenaPoolUtilities ALFA_RawEv ALFA_LocRecCorrEv ALFA_LocRecEv
PRIVATE_LINK_LIBRARIES ${ROOT_LIBRARIES} GaudiKernel )
atlas_add_dictionary( ALFA_CLinkEvDict
ALFA_CLinkEv/ALFA_CLinkEvDict.h
ALFA_CLinkEv/selection.xml
INCLUDE_DIRS ${ROOT_INCLUDE_DIRS}
LINK_LIBRARIES ${ROOT_LIBRARIES} AthLinks SGTools AthenaPoolUtilities ALFA_RawEv ALFA_LocRecCorrEv ALFA_LocRecEv GaudiKernel ALFA_CLinkEv )
LINK_LIBRARIES ${ROOT_LIBRARIES} AthLinks AthenaPoolUtilities ALFA_RawEv ALFA_LocRecCorrEv ALFA_LocRecEv GaudiKernel ALFA_CLinkEv )
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment