From: vestbo Date: Fri, 17 Jan 2003 08:53:48 +0000 (+0000) Subject: Small changes in order to make compiling easier for new users. X-Git-Url: http://git.uio.no/git/?p=u%2Fmrichter%2FAliRoot.git;a=commitdiff_plain;h=d2e100c53566d1d11ce53ae22bdda10ef5ba03d7 Small changes in order to make compiling easier for new users. --- diff --git a/HLT/Makefile.conf b/HLT/Makefile.conf index b652ee8c42d..08ceed3b896 100644 --- a/HLT/Makefile.conf +++ b/HLT/Makefile.conf @@ -17,6 +17,11 @@ endif ifndef TOPDIR TOPDIR = $(HOME)/workcode/level3code endif + +#Define directory to contain additional L3 code, such as logging classes. +ifndef LEVEL3 +LEVEL3 = /prog/alice/level3 +endif ifndef LIBDIR LIBDIR = $(LEVEL3)/lib_$(USERNAME) endif