Commit | Line | Data |
---|---|---|
dc740de4 | 1 | # $Id$ |
2 | ||
3 | # this library contains the selectors, which are loaded on the fly when one uses a given selector | |
4 | # thus this library is never used, it just exists for the build system to check if everything compiles | |
5 | ||
6 | HDRS = dNdEta/AlidNdEtaCorrectionSelector.h \ | |
7 | dNdEta/AlidNdEtaAnalysisMCSelector.h \ | |
8 | dNdEta/AlidNdEtaAnalysisESDSelector.h | |
9 | ||
10 | SRCS = $(HDRS:.h=.cxx) | |
11 | ||
12 | DHDR= PWG0selectorsLinkDef.h | |
13 | ||
14 | EINCLUDE= |