summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcoryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-08-11 18:07:53 +0000
committercoryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-08-11 18:07:53 +0000
commit58976d40c53b03cd043bff91307c0892ddf13f20 (patch)
tree3e01ee8b0efc0d2b67109824527becfe841deb6c
parentad782e12f3c047ae438b9132ba2706e3b4b4bdc5 (diff)
downloadATCD-58976d40c53b03cd043bff91307c0892ddf13f20.tar.gz
ChangeLogTag:Wed Aug 11 13:06:22 1999 Carlos O'Ryan <coryan@cs.wustl.edu>
-rw-r--r--TAO/ChangeLog-99c8
-rw-r--r--TAO/rules.tao.GNU5
2 files changed, 12 insertions, 1 deletions
diff --git a/TAO/ChangeLog-99c b/TAO/ChangeLog-99c
index edd48abce56..49832f67213 100644
--- a/TAO/ChangeLog-99c
+++ b/TAO/ChangeLog-99c
@@ -1,3 +1,11 @@
+Wed Aug 11 13:06:22 1999 Carlos O'Ryan <coryan@cs.wustl.edu>
+
+ * rules.tao.GNU:
+ Put some sanity back into the definition of the interface_repo
+ macro. If set to 1 then we enable the interface repository
+ features in TAO, otherwise it is disabled. The default is to
+ have them enabled.
+
Wed Aug 11 12:13:35 1999 Carlos O'Ryan <coryan@cs.wustl.edu>
* orbsvcs/orbsvcs/AV/AVStreams_i.cpp:
diff --git a/TAO/rules.tao.GNU b/TAO/rules.tao.GNU
index a13fad0e448..a21f2e9b54d 100644
--- a/TAO/rules.tao.GNU
+++ b/TAO/rules.tao.GNU
@@ -44,7 +44,10 @@ else # ! minimum_corba
override minimum_corba =
endif # ! minimum_corba
-ifneq ($(interface_repo),1)
+### Enable the interface repository by default
+interface_repo=1
+
+ifeq ($(interface_repo),1)
CPPFLAGS += -DTAO_HAS_INTERFACE_REPOSITORY
endif # interface_repo