diff options
Diffstat (limited to 'TAO/tests/Cubit/Orbix/factory_client/Makefile')
-rw-r--r-- | TAO/tests/Cubit/Orbix/factory_client/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/tests/Cubit/Orbix/factory_client/Makefile b/TAO/tests/Cubit/Orbix/factory_client/Makefile index 755bc8f8ab0..63cc8a65e02 100644 --- a/TAO/tests/Cubit/Orbix/factory_client/Makefile +++ b/TAO/tests/Cubit/Orbix/factory_client/Makefile @@ -49,7 +49,7 @@ IDLFLAGS = -s S.cpp -c C.cpp -B all: client client: $(addprefix $(VDIR),$(CLT_OBJS)) - $(LINK.cc) -o client $(addprefix $(VDIR),$(CLT_OBJS)) $(LDFLAGS) $(ITIIOP) $(ITCLT) $(VLDLIBS) + $(LINK.cc) -o client $(addprefix $(VDIR),$(CLT_OBJS)) $(LDFLAGS) $(ITIIOP) $(ITCLT) $(VLDLIBS) $(POSTLINK) #---------------------------------------------------------------------------- |