summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/tests/AVStreams/Pluggable_Flow_Protocol/AVStream_Pluggable_Flow_Protocol.mpc
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/tests/AVStreams/Pluggable_Flow_Protocol/AVStream_Pluggable_Flow_Protocol.mpc')
-rw-r--r--TAO/orbsvcs/tests/AVStreams/Pluggable_Flow_Protocol/AVStream_Pluggable_Flow_Protocol.mpc5
1 files changed, 3 insertions, 2 deletions
diff --git a/TAO/orbsvcs/tests/AVStreams/Pluggable_Flow_Protocol/AVStream_Pluggable_Flow_Protocol.mpc b/TAO/orbsvcs/tests/AVStreams/Pluggable_Flow_Protocol/AVStream_Pluggable_Flow_Protocol.mpc
index 64014297999..80ac33b728f 100644
--- a/TAO/orbsvcs/tests/AVStreams/Pluggable_Flow_Protocol/AVStream_Pluggable_Flow_Protocol.mpc
+++ b/TAO/orbsvcs/tests/AVStreams/Pluggable_Flow_Protocol/AVStream_Pluggable_Flow_Protocol.mpc
@@ -2,13 +2,14 @@ project(avstreams ts) : orbsvcslib {
sharedname = TAO_TS
dllflags = TAO_AV_BUILD_DLL
install =
+ comps += AV
Source_Files {
TimeStamp.cpp
}
}
-project(sender): orbsvcsexe, avstreamsexe {
+project(sender): avstreamsexe {
exename = sender
Source_Files {
@@ -16,7 +17,7 @@ project(sender): orbsvcsexe, avstreamsexe {
}
}
-project(receiver): orbsvcsexe, avstreamsexe {
+project(receiver): avstreamsexe {
exename = receiver
Source_Files {