(GNUSTEP_MFILES): Added NSArrayEnumerator.m.

(GNUSTEP_HEADERS): Added foundation/NSArrayEnumerator.h.


git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@315 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Andrew McCallum 1995-04-07 21:38:52 +00:00
parent 7ffc862721
commit 4672627ad6

View file

@ -167,6 +167,7 @@ Storage.m
GNUSTEP_MFILES = \
NSAllocateObject.m \
NSArray.m \
NSArrayEnumerator.m \
NSAutoreleasePool.m \
NSBundle.m \
NSCoder.m \
@ -317,6 +318,7 @@ objc/zone.h
GNUSTEP_HEADERS = \
foundation/NSArray.h \
foundation/NSArrayEnumerator.h \
foundation/NSAutoreleasePool.h \
foundation/NSBundle.h \
foundation/NSCString.h \