summaryrefslogtreecommitdiff
path: root/TAO/rules.tao.GNU
diff options
context:
space:
mode:
authorkirthika <kirthika@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2000-04-03 12:54:20 +0000
committerkirthika <kirthika@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2000-04-03 12:54:20 +0000
commitc60ce4c7310984c190326046a5d70289277d53f1 (patch)
treef5eeb824d7289306db391a1e1e8cf1a0597c4447 /TAO/rules.tao.GNU
parenta78693fc1517b117a9e9296a2ce3e6ebebedcd8c (diff)
downloadATCD-c60ce4c7310984c190326046a5d70289277d53f1.tar.gz
Mon Apr 3 05:20:00 2000 Kirthika Parameswaran
<kirthika@cs.wustl.edu>
Diffstat (limited to 'TAO/rules.tao.GNU')
-rw-r--r--TAO/rules.tao.GNU7
1 files changed, 7 insertions, 0 deletions
diff --git a/TAO/rules.tao.GNU b/TAO/rules.tao.GNU
index 804e7fabae2..a7fc006c1a5 100644
--- a/TAO/rules.tao.GNU
+++ b/TAO/rules.tao.GNU
@@ -98,6 +98,13 @@ else # corba_messaging
# CPPFLAGS += -DTAO_HAS_CORBA_MESSAGING=1
endif # corba_messaging
+ifeq ($(smart_proxies),0)
+ CPPFLAGS += -DTAO_HAS_SMART_PROXIES=0
+else # smart_proxies
+ override smart_proxies = 1
+ # CPPFLAGS += -DTAO_HAS_SMART_PROXIES=1
+endif # smart_proxies
+
ifeq (1,$(CROSS-COMPILE))
else
ifeq (1,$(ACE_HAS_GNUG_PRE_2_8))