diff options
Diffstat (limited to 'TAO/tests/Cubit/Orbix/tps/Makefile')
-rw-r--r-- | TAO/tests/Cubit/Orbix/tps/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/tests/Cubit/Orbix/tps/Makefile b/TAO/tests/Cubit/Orbix/tps/Makefile index 0ea9b2e1e71..69701ba3b63 100644 --- a/TAO/tests/Cubit/Orbix/tps/Makefile +++ b/TAO/tests/Cubit/Orbix/tps/Makefile @@ -51,7 +51,7 @@ IDLFLAGS = -s S.cpp -c C.cpp -B all: server server: $(addprefix $(VDIR),$(SVR_OBJS)) - $(LINK.cc) -o server $(addprefix $(VDIR),$(SVR_OBJS)) $(LDFLAGS) $(ITIIOP) $(ITSRV) $(VLDLIBS) + $(LINK.cc) -o server $(addprefix $(VDIR),$(SVR_OBJS)) $(LDFLAGS) $(ITIIOP) $(ITSRV) $(VLDLIBS) $(POSTLINK) #---------------------------------------------------------------------------- # Dependencies |