(SRCS): Added nsnotification.m.

(tcpport, remote): Force check of libobjects re-compilation.


git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@1069 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Andrew McCallum 1996-03-06 14:42:02 +00:00
parent 63b4e802b0
commit 1716353d46

View file

@ -93,12 +93,17 @@ diningPhilosophers.m \
nsmaptable.m \
nshashtable.m \
tcpport-server.m \
tcpport-client.m
tcpport-client.m \
nsnotification.m
# nsarchiving.m
tcpport: tcpport-server tcpport-client
remote: server client
tcpport: FORCE
(cd ../src; $(MAKE))
$(MAKE) tcpport-server tcpport-client
remote: FORCE
(cd ../src; $(MAKE))
$(MAKE) server client
HDRS = \
server.h
@ -170,3 +175,5 @@ copy-dist: $(DIST_FILES)
Makefile: $(srcdir)/Makefile.in
cd ..; $(SHELL) config.status
FORCE: