diff --git a/Trigger/TrigFTK/FTKStandaloneMonitoring/CMakeLists.txt b/Trigger/TrigFTK/FTKStandaloneMonitoring/CMakeLists.txt index 1323126c6cbc54bffd4459a412095bf6ad35455d..d0a01ea28b70033317d368b9a63ea80b838cd046 100644 --- a/Trigger/TrigFTK/FTKStandaloneMonitoring/CMakeLists.txt +++ b/Trigger/TrigFTK/FTKStandaloneMonitoring/CMakeLists.txt @@ -15,7 +15,6 @@ find_package( tdaq-common COMPONENTS eformat_write ROOT) atlas_add_library(FTKStandaloneMonitoring src/*.cxx - components/*.cxx PUBLIC_HEADERS FTKStandaloneMonitoring PRIVATE_INCLUDE_DIRS ${ROOT_INCLUDE_DIRS} LINK_LIBRARIES ${TDAQ-COMMON_LIBRARIES} ByteStreamData GaudiKernel TrigFTK_RawData TrigFTKSimLib TrigInDetAnalysisUtils TrigInDetAnalysis TrigFTK_RawData diff --git a/Trigger/TrigFTK/FTKStandaloneMonitoring/src/components/FTKStandaloneMonitoring_entries.cxx b/Trigger/TrigFTK/FTKStandaloneMonitoring/src/components/FTKStandaloneMonitoring_entries.cxx deleted file mode 100644 index 94b12637ea44824fd171b3c80ab0fd71b3d5b6fa..0000000000000000000000000000000000000000 --- a/Trigger/TrigFTK/FTKStandaloneMonitoring/src/components/FTKStandaloneMonitoring_entries.cxx +++ /dev/null @@ -1,5 +0,0 @@ -/* -Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration -*/ - -#include "GaudiKernel/DeclareFactoryEntries.h" diff --git a/Trigger/TrigFTK/FTKStandaloneMonitoring/src/components/FTKStandaloneMonitoring_load.cxx b/Trigger/TrigFTK/FTKStandaloneMonitoring/src/components/FTKStandaloneMonitoring_load.cxx deleted file mode 100644 index 614ab68d099364725f1d71e2bffbe75c560a90f6..0000000000000000000000000000000000000000 --- a/Trigger/TrigFTK/FTKStandaloneMonitoring/src/components/FTKStandaloneMonitoring_load.cxx +++ /dev/null @@ -1,6 +0,0 @@ -/* -Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration -*/ - -#include "GaudiKernel/LoadFactoryEntries.h" -LOAD_FACTORY_ENTRIES(FTKStandaloneMonitoring)