From 0d4dd09ce431dd4684ed29a0b1d2c33f1ffd46f4 Mon Sep 17 00:00:00 2001 From: Per Cederqvist <ceder@lysator.liu.se> Date: Wed, 15 Apr 1992 23:06:07 +0000 Subject: [PATCH] Add the sub-directory libisc-new. --- src/libraries/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/libraries/Makefile b/src/libraries/Makefile index b18be97cf..ac6246569 100644 --- a/src/libraries/Makefile +++ b/src/libraries/Makefile @@ -1,5 +1,5 @@ # -# $Id: Makefile,v 0.9 1992/02/05 22:29:35 ceder Exp $ +# $Id: Makefile,v 0.10 1992/04/15 23:06:07 ceder Exp $ # Copyright (C) 1991 Lysator Academic Computer Association. # # This file is part of the LysKOM server. @@ -30,7 +30,7 @@ include $(SCRIPTDIR)/import.make # All directories that make should traverse to when doing clean etc. # Note that client-support depends on libmisc. -SUBDIRS = libansi libmisc libisc libcommon client-support laclib +SUBDIRS = libansi libmisc libisc libcommon client-support laclib libisc-new all: includes libraries binaries -- GitLab