diff options
Diffstat (limited to 'TAO/tests/POA/Generic_Servant/Makefile')
-rw-r--r-- | TAO/tests/POA/Generic_Servant/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/tests/POA/Generic_Servant/Makefile b/TAO/tests/POA/Generic_Servant/Makefile index 5a4658119ee..ccbe6fbfe6a 100644 --- a/TAO/tests/POA/Generic_Servant/Makefile +++ b/TAO/tests/POA/Generic_Servant/Makefile @@ -57,7 +57,7 @@ DCFLAGS = -g # $(TAO_ROOT)/TAO_IDL/tao_idl cubit.idl client: $(POA_CLT_OBJS) - $(LINK.cc) $(LDFLAGS) -o $@ $^ $(VLDLIBS) + $(LINK.cc) $(LDFLAGS) -o $@ $^ $(VLDLIBS) $(POSTLINK) ######## # Sanity check builds by running basic functionality tests. |