summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOssama Othman <ossama-othman@users.noreply.github.com>1999-07-29 00:01:53 +0000
committerOssama Othman <ossama-othman@users.noreply.github.com>1999-07-29 00:01:53 +0000
commitfab3b817545b275cdedb941d4fbc06badd8caaab (patch)
tree7ee5725c239ebda985acf9e4dde83ad50349b40b
parent980c086fdd86e733bce2a442163379ebd4d0c75a (diff)
downloadATCD-fab3b817545b275cdedb941d4fbc06badd8caaab.tar.gz
ObjectIDList was incorrectly removed from the list of sources to
be built when building with minimum CORBA support.
-rw-r--r--TAO/tao/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/tao/Makefile b/TAO/tao/Makefile
index e5c41393d44..c1e40cd7c12 100644
--- a/TAO/tao/Makefile
+++ b/TAO/tao/Makefile
@@ -101,6 +101,7 @@ ORB_CORE_FILES = \
WrongTransactionC \
Environment \
Object \
+ ObjectIDList \
ORB \
corbafwd \
PolicyC \
@@ -160,8 +161,7 @@ ORB_CORE_FILES += \
Context \
Request \
Services \
- NVList \
- ObjectIDList
+ NVList
DYNAMIC_ANY_FILES += \
DynAnyC \