From b731997313f35390c78709536895c5b9f3c8590e Mon Sep 17 00:00:00 2001 From: mccallum Date: Wed, 23 Aug 1995 15:53:40 +0000 Subject: [PATCH] (GNUSTEP_MFILES): Added NSTimeZone.m. (GNUSTEP_HEADERS): Added Foundation/NSTimeZone.h. git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@578 72102866-910b-0410-8b05-ffd578937521 --- Source/Makefile.in | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Source/Makefile.in b/Source/Makefile.in index f9d67a314..4421bb4b1 100644 --- a/Source/Makefile.in +++ b/Source/Makefile.in @@ -301,6 +301,7 @@ NSObject.m \ NSProcessInfo.m \ NSRange.m \ NSString.m \ +NSTimeZone.m \ NSUnarchiver.m \ NSValue.m @@ -363,6 +364,7 @@ Foundation/NSProcessInfo.h \ Foundation/NSRange.h \ Foundation/NSSerialization.h \ Foundation/NSString.h \ +Foundation/NSTimeZone.h \ Foundation/NSUnarchiver.h \ Foundation/NSUtilities.h \ Foundation/NSValue.h \