summaryrefslogtreecommitdiff
path: root/TAO/tests/Policies/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/Policies/Makefile')
-rw-r--r--TAO/tests/Policies/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/tests/Policies/Makefile b/TAO/tests/Policies/Makefile
index e712625d82c..020efeec038 100644
--- a/TAO/tests/Policies/Makefile
+++ b/TAO/tests/Policies/Makefile
@@ -47,7 +47,7 @@ include $(TAO_ROOT)/taoconfig.mk
.PRECIOUS: $(foreach ext, $(IDL_EXT), test$(ext))
Manipulation: $(addprefix $(VDIR),$(MANIPULATION_OBJS))
- $(LINK.cc) $(LDFLAGS) -o $@ $^ -lTAO_Messaging $(VLDLIBS) $(POSTLINK)
+ $(LINK.cc) $(LDFLAGS) -o $@ $^ -lTAO_Messaging -lTAO_Valuetype $(VLDLIBS) $(POSTLINK)
realclean: clean
-$(RM) $(foreach ext, $(IDL_EXT), test$(ext))