diff --git a/MuonSpectrometer/MuonReconstruction/MuonRecEvent/MuonPattern/CMakeLists.txt b/MuonSpectrometer/MuonReconstruction/MuonRecEvent/MuonPattern/CMakeLists.txt
index 66def6ae63b27bbc6699b0ffece6e30e3b648df7..dd1aa04986a4ddac0d3f8cab75b3ccf50694314f 100644
--- a/MuonSpectrometer/MuonReconstruction/MuonRecEvent/MuonPattern/CMakeLists.txt
+++ b/MuonSpectrometer/MuonReconstruction/MuonRecEvent/MuonPattern/CMakeLists.txt
@@ -13,12 +13,6 @@ atlas_add_library( MuonPattern
                    src/*.cxx
                    PUBLIC_HEADERS MuonPattern
                    PRIVATE_INCLUDE_DIRS ${ROOT_INCLUDE_DIRS}
-                   LINK_LIBRARIES AthenaKernel AthLinks AthContainers GeoPrimitives EventPrimitives MuonPrepRawData TrkParameters TrkTrack TrkTruthData TrkExUtils
+                   LINK_LIBRARIES AthenaKernel AthLinks AthContainers GeoPrimitives EventPrimitives 
+                                  MuonPrepRawData TrkParameters TrkTrack TrkTruthData TrkExUtils
                    PRIVATE_LINK_LIBRARIES ${ROOT_LIBRARIES} )
-
-atlas_add_dictionary( MuonPatternDict
-                      MuonPattern/MuonPatternDict.h
-                      MuonPattern/selection.xml
-                      INCLUDE_DIRS ${ROOT_INCLUDE_DIRS}
-                      LINK_LIBRARIES ${ROOT_LIBRARIES} AthLinks AthContainers GeoPrimitives EventPrimitives MuonPrepRawData TrkParameters TrkTrack TrkTruthData TrkExUtils MuonPattern )
-