From 1b3298a772e344e16a1e19922f1c8246ca465813 Mon Sep 17 00:00:00 2001 From: coryan Date: Sun, 26 Jul 1998 18:54:25 +0000 Subject: ChangeLogTag:Sun Jul 26 13:50:20 1998 Carlos O'Ryan --- TAO/tests/NestedUpcall/Reactor/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'TAO/tests/NestedUpcall/Reactor') diff --git a/TAO/tests/NestedUpcall/Reactor/Makefile b/TAO/tests/NestedUpcall/Reactor/Makefile index a8c4e69c9eb..5af8783a4aa 100644 --- a/TAO/tests/NestedUpcall/Reactor/Makefile +++ b/TAO/tests/NestedUpcall/Reactor/Makefile @@ -55,11 +55,13 @@ server: $(addprefix $(VDIR),$(NESTEDUPCALLS_SVR_OBJS)) client: $(addprefix $(VDIR),$(NESTEDUPCALLS_CLT_OBJS)) $(LINK.cc) $(LDFLAGS) -o $@ $^ $(VLDLIBS) $(POSTLINK) + NestedUpCalls_Test: $(addprefix $(VDIR),$(TEST_OBJS)) $(LINK.cc) $(LDFLAGS) -o $@ $^ $(VLDLIBS) $(POSTLINK) realclean: clean - -/bin/rm -rf ReactorS.* ReactorC.* + -/bin/rm -rf ReactorS.* ReactorC.* ReactorS_T.* + -/bin/rm -rf client server NestedUpCalls_Test # DO NOT DELETE THIS LINE -- g++dep uses it. # DO NOT PUT ANYTHING AFTER THIS LINE, IT WILL GO AWAY. -- cgit v1.2.1