mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-23 09:04:13 +00:00
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:
parent
ddeadf345e
commit
93f5864843
2 changed files with 3 additions and 2 deletions
|
@ -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.
|
||||
|
|
2
Makefile
2
Makefile
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue