diff options
Diffstat (limited to 'TAO/IIOP/tests/Cubit/Orbix/tpr/Makefile')
-rw-r--r-- | TAO/IIOP/tests/Cubit/Orbix/tpr/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/IIOP/tests/Cubit/Orbix/tpr/Makefile b/TAO/IIOP/tests/Cubit/Orbix/tpr/Makefile index 5c8191124c7..650d6aaf259 100644 --- a/TAO/IIOP/tests/Cubit/Orbix/tpr/Makefile +++ b/TAO/IIOP/tests/Cubit/Orbix/tpr/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 |