From: coppedis Date: Thu, 30 Nov 2000 17:25:43 +0000 (+0000) Subject: Taking into account new classes X-Git-Url: http://git.uio.no/git/?p=u%2Fmrichter%2FAliRoot.git;a=commitdiff_plain;h=99348ac78266261502a48abf4be6f89c9ed00284 Taking into account new classes --- diff --git a/ZDC/Makefile b/ZDC/Makefile index 23c3954c822..b04618ff4eb 100644 --- a/ZDC/Makefile +++ b/ZDC/Makefile @@ -13,7 +13,7 @@ FSRCS = # C++ sources -SRCS = AliZDC.cxx AliZDCv1.cxx AliGenZDC.cxx +SRCS = AliZDC.cxx AliZDCv1.cxx AliZDCHit.cxx AliZDCDigit.cxx AliGenZDC.cxx # C++ Headers diff --git a/ZDC/ZDCLinkDef.h b/ZDC/ZDCLinkDef.h index 0321f0ba366..19c87d08b88 100644 --- a/ZDC/ZDCLinkDef.h +++ b/ZDC/ZDCLinkDef.h @@ -10,7 +10,8 @@ #pragma link C++ class AliZDC; #pragma link C++ class AliZDCv1; -#pragma link C++ class AliZDChit; +#pragma link C++ class AliZDCHit; +#pragma link C++ class AliZDCDigit; #pragma link C++ class AliGenZDC; #endif