From 903d3d776e43ed92a641913752953f2ab131e8a3 Mon Sep 17 00:00:00 2001 From: Mario Fetka Date: Mon, 27 May 2024 18:53:12 +0200 Subject: [PATCH] set archie path --- prospero/Makefile.boilerplate | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/prospero/Makefile.boilerplate b/prospero/Makefile.boilerplate index fe9555e..f612d1a 100755 --- a/prospero/Makefile.boilerplate +++ b/prospero/Makefile.boilerplate @@ -152,8 +152,8 @@ WAIS_GW_LIB = $(PROSPERO_ROOT)/lib/psrv/wais_gw/libpwais_gw.a # For ARCHIE servers, version 3. To use this, you will need to get the ARCHIE # distribution from Bunyip Information Systems. -#ARCHIE3_PSARCHIE_LIB = $(PROSPERO_ROOT)/lib/psrv/archie3/libpsarchie.a -ARCHIE3_PARCHIE_LIB = $(PROSPERO_ROOT)/lib/psrv/archie3/libparchie.a +ARCHIE3_PSARCHIE_LIB = $(ARCHIE_ROOT)/lib/libpsarchie/$(SYSTYPE)/libpsarchie.a +ARCHIE3_PARCHIE_LIB = $(ARCHIE_ROOT)/lib/libparchie/$(SYSTYPE)/libparchie.a #### LIBRARIES USED FOR ACTUALLY LINKING AND DEPENDENCIES