mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-22 08:26:27 +00:00
(SRCS): Added nsarray.m.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@276 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
e31cd97780
commit
df4ee928b0
1 changed files with 4 additions and 1 deletions
|
@ -72,7 +72,8 @@ pipes.m \
|
|||
server.m \
|
||||
client.m \
|
||||
string.m \
|
||||
values.m
|
||||
values.m \
|
||||
nsarray.m
|
||||
|
||||
HDRS = \
|
||||
server.h
|
||||
|
@ -126,6 +127,8 @@ string: string.o $(srcdir)/../libobjects.a
|
|||
$(LINK_CMD)
|
||||
values: values.o $(srcdir)/../libobjects.a
|
||||
$(LINK_CMD)
|
||||
nsarray: nsarray.o $(srcdir)/../libobjects.a
|
||||
$(LINK_CMD)
|
||||
|
||||
echo-excs:
|
||||
@echo $(EXCS)
|
||||
|
|
Loading…
Reference in a new issue