(GNU_MFILES): Add BinaryCStream.m and CStream.m.

(GNU_HEADERS): Add objects/BinaryCStream.h and objects/CStream.h.


git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@788 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Andrew McCallum 1996-01-24 03:17:27 +00:00
parent 335e62ffb6
commit 166ea6cd17

View file

@ -103,6 +103,7 @@ INCLUDEFLAGS='$(INCLUDEFLAGS)' DEFS='$(DEFS)'
GNU_MFILES = \
Array.m \
Bag.m \
BinaryCStream.m \
BinaryTree.m \
BinaryTreeEltNode.m \
BinaryTreeNode.m \
@ -113,6 +114,7 @@ CString.m \
ConnectedCoder.m \
Connection.m \
ConstantString.m \
CStream.m \
DelegatePool.m \
Dictionary.m \
EltNodeCollector.m \
@ -148,6 +150,7 @@ Stack.m \
StdioStream.m \
Stream.m \
String.m \
TextCStream.m \
Time.m \
stdobjects.m \
mframe.m \
@ -170,6 +173,7 @@ GNU_HEADERS = \
objects/Array.h \
objects/ArrayPrivate.h \
objects/Bag.h \
objects/BinaryCStream.h \
objects/BinaryTree.h \
objects/BinaryTreeEltNode.h \
objects/BinaryTreeNode.h \
@ -182,6 +186,7 @@ objects/Collection.h \
objects/CollectionPrivate.h \
objects/ConnectedCoder.h \
objects/Connection.h \
objects/CStream.h \
objects/DelegatePool.h \
objects/Dictionary.h \
objects/EltNodeCollector.h \
@ -233,6 +238,7 @@ objects/StdioStream.h \
objects/Stream.h \
objects/Streaming.h \
objects/String.h \
objects/TextCStream.h \
objects/Time.h \
objects/ValueHolding.h \
objects/behavior.h \