summaryrefslogtreecommitdiff
path: root/TAO/tests/AMI/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/AMI/Makefile')
-rw-r--r--TAO/tests/AMI/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/TAO/tests/AMI/Makefile b/TAO/tests/AMI/Makefile
index b67ec0253b6..86ac3a83c4b 100644
--- a/TAO/tests/AMI/Makefile
+++ b/TAO/tests/AMI/Makefile
@@ -24,6 +24,10 @@ SIMPLE_CLIENT_OBJS = simple-client.o $(addsuffix .o, $(IDLFILES))
ORB_CREATION_OBJS = orb_creation.o $(addsuffix .o, $(IDLFILES))
SERVER_OBJS = server.o test_i.o $(addsuffix .o, $(IDLFILES))
+BUILD = $(BIN)
+VLDLIBS = $(LDLIBS:%=%$(VAR))
+VBIN = $(BIN:%=%$(VAR))
+
#----------------------------------------------------------------------------
# Include macros and targets
#----------------------------------------------------------------------------