From 8ed532415d3a1deb2abcbb59fa6f3f43e8aed296 Mon Sep 17 00:00:00 2001 From: hristov Date: Wed, 1 Nov 2000 17:29:22 +0000 Subject: [PATCH] Module CONTAINERS added --- Makefile | 2 +- conf/GeneralDef | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 093a6369d95..d4bed253feb 100644 --- a/Makefile +++ b/Makefile @@ -18,7 +18,7 @@ PRETTY = $(AWK) '{print $$0 substr($(DOTS),1,79-length($$0))}' ##### Module libraries ##### ALIROOT_DIRS = STEER TGeant3 TRD PHOS TPC ZDC MUON PMD FMD TOF ITS \ - CASTOR RICH START STRUCT EVGEN RALICE ALIFAST THijing + CASTOR RICH START STRUCT EVGEN RALICE ALIFAST THijing CONTAINERS ##### TARGETS ##### diff --git a/conf/GeneralDef b/conf/GeneralDef index 6fcb356e9c3..aff47c746cd 100644 --- a/conf/GeneralDef +++ b/conf/GeneralDef @@ -67,7 +67,7 @@ ROOTLIBS := $(filter-out -lNew,$(ROOTLIBS)) ALILIBS = -L$(LIBDIR) -lMUON -lTPC -lPMD -lTRD -lFMD -lTOF \ -lITS -lPHOS -lCASTOR -lRICH -lZDC -lSTRUCT \ - -lTGeant3 -lSTART -lEVGEN -lSTEER + -lTGeant3 -lSTART -lEVGEN -lSTEER -lCONTAINERS # CERN Libraries -- 2.43.0