From fc41748fe226d8c278901fb2ac0de29535247e9a Mon Sep 17 00:00:00 2001 From: mccallum Date: Tue, 13 Feb 1996 16:11:55 +0000 Subject: [PATCH] (GNU_MFILES): Added RawCStream.m. (GNU_HEADERS): Added objects/RawCStream.h. git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@919 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 bc1e279b3..94219576f 100644 --- a/Source/Makefile.in +++ b/Source/Makefile.in @@ -144,6 +144,7 @@ Port.m \ Proxy.m \ Queue.m \ Random.m \ +RawCStream.m \ RBTree.m \ RBTreeEltNode.m \ RBTreeNode.m \ @@ -284,6 +285,7 @@ objects/RNGAdditiveCongruential.h \ objects/RNGBerkeley.h \ objects/Random.h \ objects/RandomGenerating.h \ +objects/RawCStream.h \ objects/Retaining.h \ objects/RetainingNotifier.h \ objects/Set.h \