summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoryamuna <yamuna@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2003-10-20 17:13:55 +0000
committeryamuna <yamuna@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2003-10-20 17:13:55 +0000
commite01f5a9b69c98d0aaa3ab2622fb359ba89a3a2e6 (patch)
tree35613d0e66897c5964349d9ffc9a00579316c616
parentbc1e0e04188c2b103753d2f0fb2ab4fcb1eec136 (diff)
downloadATCD-e01f5a9b69c98d0aaa3ab2622fb359ba89a3a2e6.tar.gz
ChangelogTag: Mon Oct 20 13:12:23 2003 Yamuna Krishnamurthy <yamuna@oomworks.com>
-rw-r--r--TAO/ChangeLog9
-rw-r--r--TAO/orbsvcs/orbsvcs/Makefile.av2
2 files changed, 10 insertions, 1 deletions
diff --git a/TAO/ChangeLog b/TAO/ChangeLog
index e8d33fbfb48..fa0399fd8d9 100644
--- a/TAO/ChangeLog
+++ b/TAO/ChangeLog
@@ -1,3 +1,12 @@
+Mon Oct 20 13:12:23 2003 Yamuna Krishnamurthy <yamuna@oomworks.com>
+
+ * orbsvcs/orbsvcs/Makefile.av:
+
+ Modified the Makefile to compile SCTP related files when sctp flag
+ is set both to openss7 and lksctp. Initially it was including the
+ SCTP related files only when sctp=openss7. This should fix build
+ errors on the Red Hat LKSCTP build.
+
Mon Oct 20 11:03:37 2003 Huang-Ming Huang <hh1@cse.wustl.edu>
* orbsvcs/tests/RTCosScheduling/RTCosScheduling_Client_Static.dsp:
diff --git a/TAO/orbsvcs/orbsvcs/Makefile.av b/TAO/orbsvcs/orbsvcs/Makefile.av
index c5ed5958b14..4971e2a8299 100644
--- a/TAO/orbsvcs/orbsvcs/Makefile.av
+++ b/TAO/orbsvcs/orbsvcs/Makefile.av
@@ -70,7 +70,7 @@ ifeq ($(rapi),1)
AV/QoS_UDP
endif # rapi
-ifeq ($(sctp),openss7)
+ifeq ($(sctp),)
CPP_SRCS += AV/SCTP_SEQ
endif # sctp