mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-22 16:33:29 +00:00
(SRCS): Added nsarchiving.m.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@357 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
7afcf4425e
commit
37b9421176
1 changed files with 5 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
|||
#
|
||||
# Tests makefile for Objective-C Class Library
|
||||
# Copyright (C) 1993 Free Software Foundation, Inc.
|
||||
# Copyright (C) 1993, 1995 Free Software Foundation, Inc.
|
||||
#
|
||||
# Written by: R. Andrew McCallum <mccallum@cs.rochester.edu>
|
||||
# Dept. of Computer Science, U. of Rochester, Rochester, NY 14627
|
||||
|
@ -73,7 +73,8 @@ server.m \
|
|||
client.m \
|
||||
string.m \
|
||||
values.m \
|
||||
nsarray.m
|
||||
nsarray.m \
|
||||
nsarchiving.m
|
||||
|
||||
HDRS = \
|
||||
server.h
|
||||
|
@ -129,6 +130,8 @@ values: values.o $(srcdir)/../libobjects.a
|
|||
$(LINK_CMD)
|
||||
nsarray: nsarray.o $(srcdir)/../libobjects.a
|
||||
$(LINK_CMD)
|
||||
nsarchiving: nsarray.o $(srcdir)/../libobjects.a
|
||||
$(LINK_CMD)
|
||||
|
||||
echo-excs:
|
||||
@echo $(EXCS)
|
||||
|
|
Loading…
Reference in a new issue