]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - HLT/Makefile.am
adding libPHOSUtil.so to libAliHLTPHOS.so dependencies
[u/mrichter/AliRoot.git] / HLT / Makefile.am
index 09c903debf81318c2e354c2bf0a86493e972a94a..870f4b5cda870d74f1856632ad5e61a0d0211777 100644 (file)
@@ -49,6 +49,10 @@ if EN_HLT_ITS
 ITS_DIR=ITS
 endif
 
+if EN_HLT_EMCAL
+EMCAL_DIR=EMCAL
+endif
+
 SUBDIRS                = BASE \
                          $(ALIROOT_DEP) \
                          $(RCU_DIR) \
@@ -61,6 +65,7 @@ SUBDIRS               = BASE \
                          $(COMP_DIR) \
                           $(TRIGGER_DIR) \
                           $(ITS_DIR) \
+                          $(EMCAL_DIR) \
                          doc
 
 EXTRA_DIST             = libHLTbase.pkg \
@@ -75,11 +80,13 @@ EXTRA_DIST          = libHLTbase.pkg \
                          libAliHLTPHOS.pkg \
                          libAliHLTTPC.pkg \
                          libAliHLTTRD.pkg \
+                         libAliHLTFMD.pkg \
                          libAliHLTMUON.pkg \
                          libAliHLTComp.pkg \
                          libAliHLTTrigger.pkg \
                          libAliHLTRCU.pkg \
                          libAliHLTITS.pkg \
+                         libAliHLTEMCAL.pkg \
                          exa/sample-component1.C \
                          exa/monitoring.C \
                          hlt.conf \