(GNUSTEP_MFILES): Re-added Connection.m and ConnectedCoder.m.

(GNUSTEP_HEADERS): Removed duplicate Foundation/NSHashTable.h.


git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@1012 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Andrew McCallum 1996-03-01 02:49:31 +00:00
parent d20109fab7
commit ea3234233b

View file

@ -106,8 +106,6 @@ INCLUDEFLAGS='$(INCLUDEFLAGS)' DEFS='$(DEFS)'
$(ALL_CFLAGS) -o $@ $< $(ALL_CFLAGS) -o $@ $<
# GNU Class source files # GNU Class source files
#ConnectedCoder.m \
#Connection.m \
#RetainingNotifier.m \ #RetainingNotifier.m \
#Time.m \ #Time.m \
@ -120,8 +118,10 @@ BinaryTree.m \
BinaryTreeNode.m \ BinaryTreeNode.m \
CircularArray.m \ CircularArray.m \
Collection.m \ Collection.m \
ConnectedCoder.m \
CString.m \ CString.m \
Coder.m \ Coder.m \
Connection.m \
ConstantString.m \ ConstantString.m \
CStream.m \ CStream.m \
Decoder.m \ Decoder.m \
@ -444,11 +444,10 @@ Foundation/NSGArray.h \
Foundation/NSGCString.h \ Foundation/NSGCString.h \
Foundation/NSGData.h \ Foundation/NSGData.h \
Foundation/NSGDictionary.h \ Foundation/NSGDictionary.h \
Foundation/NSHashTable.h \
Foundation/NSLock.h \
Foundation/NSGSet.h \ Foundation/NSGSet.h \
Foundation/NSHashTable.h \ Foundation/NSHashTable.h \
Foundation/NSInvocation.h \ Foundation/NSInvocation.h \
Foundation/NSLock.h \
Foundation/NSMapTable.h \ Foundation/NSMapTable.h \
Foundation/NSMethodSignature.h \ Foundation/NSMethodSignature.h \
Foundation/NSNotification.h \ Foundation/NSNotification.h \