From d2e100c53566d1d11ce53ae22bdda10ef5ba03d7 Mon Sep 17 00:00:00 2001 From: vestbo Date: Fri, 17 Jan 2003 08:53:48 +0000 Subject: [PATCH 1/1] Small changes in order to make compiling easier for new users. --- HLT/Makefile.conf | 5 +++++ 1 file changed, 5 insertions(+) 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 -- 2.39.3