From a3ca96d01c9cff188fda8d8f3ec7f0dc9af9bd27 Mon Sep 17 00:00:00 2001
From: Atlas-Software Librarian <Atlas-Software.Librarian@cern.ch>
Date: Fri, 8 Apr 2016 15:55:31 +0200
Subject: [PATCH] 'CMakeLists.txt' (AODSelect-00-00-18)

	* Tagging AODSelect-00-00-18.
	* cmt/requirements: Fix checkreq warnings.
---
 .../AnalysisCommon/AODSelect/CMakeLists.txt         | 13 +++++++++++++
 .../AnalysisCommon/AODSelect/cmt/requirements       |  4 ----
 2 files changed, 13 insertions(+), 4 deletions(-)
 create mode 100644 PhysicsAnalysis/AnalysisCommon/AODSelect/CMakeLists.txt

diff --git a/PhysicsAnalysis/AnalysisCommon/AODSelect/CMakeLists.txt b/PhysicsAnalysis/AnalysisCommon/AODSelect/CMakeLists.txt
new file mode 100644
index 00000000000..2c290916013
--- /dev/null
+++ b/PhysicsAnalysis/AnalysisCommon/AODSelect/CMakeLists.txt
@@ -0,0 +1,13 @@
+################################################################################
+# Package: AODSelect
+################################################################################
+
+# Declare the package name:
+atlas_subdir( AODSelect )
+
+# Install files from the package:
+atlas_install_headers( AODSelect )
+atlas_install_python_modules( python/*.py )
+atlas_install_joboptions( share/*.py )
+atlas_install_scripts( share/PrintAODSelect.py )
+
diff --git a/PhysicsAnalysis/AnalysisCommon/AODSelect/cmt/requirements b/PhysicsAnalysis/AnalysisCommon/AODSelect/cmt/requirements
index 70b17631bf6..ddbb2b8a44e 100644
--- a/PhysicsAnalysis/AnalysisCommon/AODSelect/cmt/requirements
+++ b/PhysicsAnalysis/AnalysisCommon/AODSelect/cmt/requirements
@@ -5,14 +5,10 @@ author Karsten Koeneke <karsten.koeneke@cern.ch>
 ## For Athena policies: it has to be the first use statement
 use AtlasPolicy                 AtlasPolicy-*
 
-use GaudiInterface              GaudiInterface-*        External
 #use EventKernel                 EventKernel-*           Event
 
-use AthenaBaseComps             AthenaBaseComps-*       Control
-use AthenaKernel                AthenaKernel-*          Control
 
 private
-use SGTools                     SGTools-*               Control
 end_private
 
 ## create a shared library
-- 
GitLab