summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authornaga <naga@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-07-26 23:27:22 +0000
committernaga <naga@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-07-26 23:27:22 +0000
commitff919c971abbaf68a858830247dca9f88665b342 (patch)
treefb16f5d8033a58562eca16e547cdcb6d282897e0
parentdd27493e59dc503324a265f9a9b576db92de3f24 (diff)
downloadATCD-ff919c971abbaf68a858830247dca9f88665b342.tar.gz
Added RTCP files to the Makefile in the AV section.
-rw-r--r--TAO/orbsvcs/orbsvcs/Makefile10
1 files changed, 5 insertions, 5 deletions
diff --git a/TAO/orbsvcs/orbsvcs/Makefile b/TAO/orbsvcs/orbsvcs/Makefile
index 0ce07bc8774..be881542691 100644
--- a/TAO/orbsvcs/orbsvcs/Makefile
+++ b/TAO/orbsvcs/orbsvcs/Makefile
@@ -77,7 +77,10 @@ ifneq (,$(findstring AV,$(TAO_ORBSVCS)))
AV/MCast\
AV/RTP\
AV/Policy\
- AV/Nil
+ AV/Nil\
+ AV/RTCP\
+ AV/source\
+ AV/media-timer
endif # AV
ifneq (,$(findstring Event2,$(TAO_ORBSVCS)))
@@ -320,9 +323,7 @@ ORBSVCS_COMPONENTS:
# DO NOT DELETE THIS LINE -- g++dep uses it.
# DO NOT PUT ANYTHING AFTER THIS LINE, IT WILL GO AWAY.
-.obj/AVStreamsS.o .obj/AVStreamsS.so .shobj/AVStreamsS.o .shobj/AVStreamsS.so: AVStreamsS.cpp AVStreamsS.h CosPropertyServiceS.h \
- CosPropertyServiceC.h \
- $(TAO_ROOT)/tao/corba.h \
+.obj/BCU.o .obj/BCU.so .shobj/BCU.o .shobj/BCU.so: Event/BCU.cpp $(ACE_ROOT)/ace/ACE.h \
$(ACE_ROOT)/ace/OS.h \
$(ACE_ROOT)/ace/inc_user_config.h \
$(ACE_ROOT)/ace/streams.h \
@@ -332,7 +333,6 @@ ORBSVCS_COMPONENTS:
$(ACE_ROOT)/ace/OS.i \
$(ACE_ROOT)/ace/Log_Msg.h \
$(ACE_ROOT)/ace/Log_Record.h \
- $(ACE_ROOT)/ace/ACE.h \
$(ACE_ROOT)/ace/ACE.i \
$(ACE_ROOT)/ace/Log_Priority.h \
$(ACE_ROOT)/ace/Log_Record.i \