summaryrefslogtreecommitdiff
path: root/TAO/rules.tao.GNU
diff options
context:
space:
mode:
authorelliott_c <elliott_c@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2007-01-19 13:54:36 +0000
committerelliott_c <elliott_c@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2007-01-19 13:54:36 +0000
commitba125d95fe6c2d1bde09068c4f39e2fae6cb2e76 (patch)
treeeab987f05d4a2a8aeead6fb1e035d7e107373d18 /TAO/rules.tao.GNU
parent0db7a495866b739d003263f49d3a50dcf21392d6 (diff)
downloadATCD-ba125d95fe6c2d1bde09068c4f39e2fae6cb2e76.tar.gz
ChangeLogTag: Fri Jan 19 13:53:37 UTC 2007 Chad Elliott <elliott_c@ociweb.com>
Diffstat (limited to 'TAO/rules.tao.GNU')
-rw-r--r--TAO/rules.tao.GNU5
1 files changed, 5 insertions, 0 deletions
diff --git a/TAO/rules.tao.GNU b/TAO/rules.tao.GNU
index 1e0f7bca6cf..717f8092786 100644
--- a/TAO/rules.tao.GNU
+++ b/TAO/rules.tao.GNU
@@ -133,6 +133,11 @@ else # interceptors
ACE_MAKE_OPTIONS += interceptors
endif # interceptors
+# The following is more to document the transport_current,
+# the $TAO_ROOT/tao/orbconf.h file defines it by default
+# CPPFLAGS += -DTAO_HAS_TRANSPORT_CURRENT=1
+transport_current ?= 1
+
ifeq (1,$(CROSS-COMPILE))
ACE_MAKE_OPTIONS += cross_compile
else