Added new NSTimeZones subproject

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@2467 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Adam Fedor 1997-10-01 18:56:51 +00:00
parent ddeadf345e
commit 93f5864843
2 changed files with 3 additions and 2 deletions

View file

@ -1,10 +1,11 @@
Wed Oct 1 14:44:17 1997 Adam Fedor <fedor@spanky.doc.com>
Wed Oct 1 14:44:17 1997 Adam Fedor <fedor@doc.com>
* src/NSConnection.m ([-registerName:]): Remove
duplicate method.
* src/NSDistantObject.m ([-encodeWithCoder:]): Likewise.
* src/Proxy.m: ([NSObject -selectorTypeForProxy]): Likewise.
* Makefile: Add new subproject.
* NSTimeZones: New directory.
* NSTimeZones/Makefile: New file.
* NSTimeZones/Makefile.postamble: Likewise.

View file

@ -46,7 +46,7 @@ DIST_FILES = \
#
# The list of subproject directories
#
SUBPROJECTS = src doc checks examples NSCharacterSets admin
SUBPROJECTS = src doc checks examples NSCharacterSets NSTimeZones admin
-include Makefile.preamble