]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
Adding includes for Cint file
authoralibrary <alibrary@f7af4fe6-9843-0410-8265-dc069ae4e863>
Thu, 21 Dec 2000 16:53:28 +0000 (16:53 +0000)
committeralibrary <alibrary@f7af4fe6-9843-0410-8265-dc069ae4e863>
Thu, 21 Dec 2000 16:53:28 +0000 (16:53 +0000)
EVGEN/Makefile
ZDC/Makefile

index 6590865e0ec3eb2d818cbb9091be0f2bd965479b..9f53643b1ab63a525d004694e71ae370fed4672c 100644 (file)
@@ -24,12 +24,13 @@ SRCS          = AliGenHIJINGpara.cxx AliGenBox.cxx AliGenFixed.cxx \
 
 HDRS          = $(SRCS:.cxx=.h) $(ALICE_ROOT)/include/THijing.h \
                $(ROOTSYS)/include/TF1.h $(ROOTSYS)/include/TChain.h \
+               $(ROOTSYS)/include/TParticle.h \
                EVGENLinkDef.h
 
 # Library dictionary
 
 DICT          = EVGENCint.cxx
-DICTH         = $(DICT:.cxx=.h)
+DICTH         = $(DICT:.cxx=.h) 
 DICTO         = $(patsubst %.cxx,tgt_$(ALICE_TARGET)/%.o,$(DICT))
 
 # FORTRAN Objectrs
index b04618ff4ebbc483b5c6a5d2aa2249c491c2ec18..d3e826935a81112697ede5a9724a85c1d4be7724 100644 (file)
@@ -17,7 +17,7 @@ SRCS          = AliZDC.cxx AliZDCv1.cxx AliZDCHit.cxx AliZDCDigit.cxx AliGenZDC.
 
 # C++ Headers
 
-HDRS          = $(SRCS:.cxx=.h) ZDCLinkDef.h
+HDRS          = $(SRCS:.cxx=.h) $(ROOTSYS)/include/TClonesArray.h ZDCLinkDef.h
 
 # Library dictionary