]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - HLT/Makefile.am
adding new libAliHLTCalo module for common code of PHOS and EMCAL
[u/mrichter/AliRoot.git] / HLT / Makefile.am
index 748ec420896e50e6069373fa54a51ac08a44bdd9..a9d30929add37a5ffc3f5e73d95e9e0e29383563 100644 (file)
@@ -21,10 +21,18 @@ if EN_HLT_RCU
 RCU_DIR=RCU
 endif
 
+if EN_HLT_CALO
+CALO_DIR=CALO
+endif
+
 if EN_HLT_PHOS
 PHOS_DIR=PHOS
 endif
 
+if EN_HLT_EMCAL
+EMCAL_DIR=EMCAL
+endif
+
 if EN_HLT_TRD
 TRD_DIR=TRD
 endif
@@ -49,10 +57,6 @@ if EN_HLT_ITS
 ITS_DIR=ITS
 endif
 
-if EN_HLT_EMCAL
-EMCAL_DIR=EMCAL
-endif
-
 if EN_HLT_GLOBAL
 GLOBAL_DIR=global
 endif
@@ -70,14 +74,15 @@ SUBDIRS             = BASE \
                          $(RCU_DIR) \
                          $(SAMPLE_DIR) \
                          $(TPC_DIR) \
+                         $(CALO_DIR) \
                          $(PHOS_DIR) \
+                          $(EMCAL_DIR) \
                          $(TRD_DIR) \
                          $(FMD_DIR) \
                          $(MUON_DIR) \
                          $(COMP_DIR) \
                           $(TRIGGER_DIR) \
                           $(ITS_DIR) \
-                          $(EMCAL_DIR) \
                           $(GLOBAL_DIR) \
                          $(JET_DIR) \
                          $(QA_DIR) \