From fabc0187e992a565e6b31825632ec056f108fbba Mon Sep 17 00:00:00 2001 From: Jeff Hill Date: Thu, 13 Apr 2000 22:35:12 +0000 Subject: [PATCH] install tsFreeList.h --- src/libCom/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/src/libCom/Makefile b/src/libCom/Makefile index 0b71305f0..a2fd26323 100644 --- a/src/libCom/Makefile +++ b/src/libCom/Makefile @@ -31,6 +31,7 @@ INC += tsDLList.h INC += tsSLList.h INC += tsMinMax.h INC += tsBTree.h +INC += tsFreeList.h SRC_DIRS += $(LIBCOM)/dbmf INC += dbmf.h