From 5a8824dc7ef2c9e5e9ad73000cd1c944d3d1ddb9 Mon Sep 17 00:00:00 2001 From: chatty Date: Tue, 18 Jul 1995 16:39:24 +0000 Subject: Added bool.h --- dnn/Imakefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/dnn/Imakefile b/dnn/Imakefile index 838440a..e0c9a81 100644 --- a/dnn/Imakefile +++ b/dnn/Imakefile @@ -3,7 +3,7 @@ # # by Stephane Chatty # -# Copyright 1994 +# Copyright 1993-1995 # Centre d'Etudes de la Navigation Aerienne (CENA) # # Imakefile @@ -39,7 +39,8 @@ incldir: -mkdir $(LOCINCL)/dnn CCUHDR = $(LOCINCL)/ccu/List.h \ - $(LOCINCL)/ccu/String.h + $(LOCINCL)/ccu/String.h \ + $(LOCINCL)/ccu/bool.h LLIB = $(LOCLIB)/libCcu.a -- cgit v1.1