From 3e4a14ce284b42a11167252cc361729ad381cb7b Mon Sep 17 00:00:00 2001 From: Richard Frith-MacDonald Date: Wed, 21 Oct 1998 14:04:45 +0000 Subject: [PATCH] Added NSPortMessage git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@3098 72102866-910b-0410-8b05-ffd578937521 --- Source/GNUmakefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Source/GNUmakefile b/Source/GNUmakefile index f997e7a37..5cb5927b7 100644 --- a/Source/GNUmakefile +++ b/Source/GNUmakefile @@ -339,6 +339,7 @@ NSPage.m \ NSPipe.m \ NSPort.m \ NSPortCoder.m \ +NSPortMessage.m \ NSProcessInfo.m \ NSProtocolChecker.m \ NSProxy.m \ @@ -430,6 +431,7 @@ Foundation/NSPage.h \ Foundation/NSPathUtilities.h \ Foundation/NSPort.h \ Foundation/NSPortCoder.h \ +Foundation/NSPortMessage.h \ Foundation/NSProcessInfo.h \ Foundation/NSProtocolChecker.h \ Foundation/NSProxy.h \