From 8cf0e94335f358e0aebebc7ae190f11f85974b2b Mon Sep 17 00:00:00 2001 From: richard Date: Fri, 4 Dec 1998 10:58:21 +0000 Subject: [PATCH] Added NSDecimal.h NSDecimalNumber.h git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@3388 72102866-910b-0410-8b05-ffd578937521 --- Source/GNUmakefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Source/GNUmakefile b/Source/GNUmakefile index ad2a1317f..ec069100a 100644 --- a/Source/GNUmakefile +++ b/Source/GNUmakefile @@ -409,6 +409,8 @@ Foundation/NSData.h \ Foundation/NSDate.h \ Foundation/NSDateFormatter.h \ Foundation/NSDebug.h \ +Foundation/NSDecimal.h \ +Foundation/NSDecimalNumber.h \ Foundation/NSDictionary.h \ Foundation/NSDistantObject.h \ Foundation/NSDistributedLock.h \