]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - HLT/Makefile.am
Fixing compilation problem for newest GCC versions.
[u/mrichter/AliRoot.git] / HLT / Makefile.am
index 870f4b5cda870d74f1856632ad5e61a0d0211777..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,8 +57,16 @@ if EN_HLT_ITS
 ITS_DIR=ITS
 endif
 
-if EN_HLT_EMCAL
-EMCAL_DIR=EMCAL
+if EN_HLT_GLOBAL
+GLOBAL_DIR=global
+endif
+
+if EN_HLT_JET
+JET_DIR=JET
+endif
+
+if EN_HLT_QA
+QA_DIR=QA
 endif
 
 SUBDIRS                = BASE \
@@ -58,14 +74,18 @@ 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) \
                          doc
 
 EXTRA_DIST             = libHLTbase.pkg \
@@ -74,6 +94,7 @@ EXTRA_DIST            = libHLTbase.pkg \
                          libHLTrec.pkg \
                          libHLTshuttle.pkg \
                          libHLTpendolino.pkg \
+                         libHLTqadm.pkg \
                          libAliHLTHOMER.pkg \
                          libAliHLTUtil.pkg \
                          libAliHLTSample.pkg \
@@ -87,6 +108,8 @@ EXTRA_DIST           = libHLTbase.pkg \
                          libAliHLTRCU.pkg \
                          libAliHLTITS.pkg \
                          libAliHLTEMCAL.pkg \
+                         libAliHLTGlobal.pkg \
+                         libAliHLTJet.pkg \
                          exa/sample-component1.C \
                          exa/monitoring.C \
                          hlt.conf \