From 4e8744a113562b72d0d2316dc1e78a42f49b1e1b Mon Sep 17 00:00:00 2001 From: yamuna Date: Fri, 17 Oct 2003 22:47:39 +0000 Subject: *** empty log message *** --- TAO/orbsvcs/orbsvcs/Makefile.av | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/TAO/orbsvcs/orbsvcs/Makefile.av b/TAO/orbsvcs/orbsvcs/Makefile.av index 538db5605ac..b93117aabd2 100644 --- a/TAO/orbsvcs/orbsvcs/Makefile.av +++ b/TAO/orbsvcs/orbsvcs/Makefile.av @@ -70,6 +70,10 @@ ifeq ($(rapi),1) AV/QoS_UDP endif # rapi +ifeq ($(sctp),openss7) + CPP_SRCS += AV/SCTP_SEQ +endif # sctp + IDL_SRC = \ $(addsuffix S.cpp, $(IDL_FILES)) \ $(addsuffix C.cpp, $(IDL_FILES)) @@ -91,7 +95,7 @@ include $(ACE_ROOT)/include/makeinclude/rules.local.GNU #---------------------------------------------------------------------------- LDFLAGS += -L$(TAO_ROOT)/tao -L$(TAO_ROOT)/orbsvcs/orbsvcs -CPPFLAGS += -I$(TAO_ROOT) -I$(TAO_ROOT)/orbsvcs -I$(TAO_ROOT)/orbsvcs/orbsvcs -DTAO_ORBSVCS_HAS_AV +CPPFLAGS += -I$(TAO_ROOT) -I$(TAO_ROOT)/orbsvcs -I$(TAO_ROOT)/orbsvcs/orbsvcs -DTAO_ORBSVCS_HAS_AV -I/localhost/proj/pces/users/gnaik/src/linux-sctp-0.2.14/include ifeq ($(shared_libs),1) ifneq ($(SHLIB),) -- cgit v1.2.1