summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjtc <jtc@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2004-09-13 19:21:37 +0000
committerjtc <jtc@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2004-09-13 19:21:37 +0000
commit520748780ad5d0a3958b4838a0699e0595ba9eeb (patch)
tree726b9a7da3120780301760bfe01c1ae408f739c9
parent5bc1c859db632783b6ba118cfa1d53a81f975140 (diff)
downloadATCD-520748780ad5d0a3958b4838a0699e0595ba9eeb.tar.gz
ChangeLogTag: Mon Sep 13 12:18:49 2004 J.T. Conklin <jtc@acorntoolworks.com>
-rw-r--r--TAO/ChangeLog16
-rw-r--r--TAO/orbsvcs/Logging_Service/Basic_Logging_Service/Basic_Logging_Service.mpc2
-rw-r--r--TAO/orbsvcs/Logging_Service/Basic_Logging_Service/Makefile.am2
-rw-r--r--TAO/orbsvcs/Logging_Service/Event_Logging_Service/Event_Logging_Service.mpc2
-rw-r--r--TAO/orbsvcs/Logging_Service/Event_Logging_Service/Makefile.am2
-rw-r--r--TAO/orbsvcs/Logging_Service/Notify_Logging_Service/Makefile.am2
-rw-r--r--TAO/orbsvcs/Logging_Service/Notify_Logging_Service/Notify_Logging_Service.mpc2
-rw-r--r--TAO/orbsvcs/Logging_Service/RTEvent_Logging_Service/Makefile.am2
-rw-r--r--TAO/orbsvcs/Logging_Service/RTEvent_Logging_Service/RTEvent_Logging_Service.mpc2
9 files changed, 24 insertions, 8 deletions
diff --git a/TAO/ChangeLog b/TAO/ChangeLog
index 046aa330302..0e06bb1561c 100644
--- a/TAO/ChangeLog
+++ b/TAO/ChangeLog
@@ -1,3 +1,19 @@
+Mon Sep 13 12:18:49 2004 J.T. Conklin <jtc@acorntoolworks.com>
+
+ * orbsvcs/Logging_Service/Basic_Logging_Service/Makefile.am:
+ * orbsvcs/Logging_Service/Event_Logging_Service/Makefile.am:
+ * orbsvcs/Logging_Service/Notify_Logging_Service/Makefile.am:
+ * orbsvcs/Logging_Service/RTEvent_Logging_Service/Makefile.am:
+
+ Updated.
+
+ * orbsvcs/Logging_Service/Basic_Logging_Service/Basic_Logging_Service.mpc:
+ * orbsvcs/Logging_Service/Event_Logging_Service/Event_Logging_Service.mpc:
+ * orbsvcs/Logging_Service/Notify_Logging_Service/Notify_Logging_Service.mpc:
+ * orbsvcs/Logging_Service/RTEvent_Logging_Service/RTEvent_Logging_Service.mpc:
+
+ Changed to inherit from core.mpb so services will be installed.
+
Mon Sep 13 12:06:20 2004 J.T. Conklin <jtc@acorntoolworks.com>
* orbsvcs/orbsvcs/Time/TAO_Time_Service_Clerk.h:
diff --git a/TAO/orbsvcs/Logging_Service/Basic_Logging_Service/Basic_Logging_Service.mpc b/TAO/orbsvcs/Logging_Service/Basic_Logging_Service/Basic_Logging_Service.mpc
index 5e9b63e46a9..ad5e1e76b66 100644
--- a/TAO/orbsvcs/Logging_Service/Basic_Logging_Service/Basic_Logging_Service.mpc
+++ b/TAO/orbsvcs/Logging_Service/Basic_Logging_Service/Basic_Logging_Service.mpc
@@ -1,5 +1,5 @@
// $Id$
-project: namingexe, dslogadmin_serv {
+project: namingexe, core, dslogadmin_serv {
exename = Basic_Logging_Service
includes += $(TAO_ROOT)/orbsvcs
}
diff --git a/TAO/orbsvcs/Logging_Service/Basic_Logging_Service/Makefile.am b/TAO/orbsvcs/Logging_Service/Basic_Logging_Service/Makefile.am
index 0e1c94dad77..66f65eb0284 100644
--- a/TAO/orbsvcs/Logging_Service/Basic_Logging_Service/Makefile.am
+++ b/TAO/orbsvcs/Logging_Service/Basic_Logging_Service/Makefile.am
@@ -7,7 +7,7 @@ TAO_BUILDDIR = $(top_builddir)
## Makefile.Basic_Logging_Service.am
-noinst_PROGRAMS = Basic_Logging_Service
+bin_PROGRAMS = Basic_Logging_Service
Basic_Logging_Service_CPPFLAGS = \
-I$(ACE_ROOT) \
diff --git a/TAO/orbsvcs/Logging_Service/Event_Logging_Service/Event_Logging_Service.mpc b/TAO/orbsvcs/Logging_Service/Event_Logging_Service/Event_Logging_Service.mpc
index 932077235aa..2fef8068b7e 100644
--- a/TAO/orbsvcs/Logging_Service/Event_Logging_Service/Event_Logging_Service.mpc
+++ b/TAO/orbsvcs/Logging_Service/Event_Logging_Service/Event_Logging_Service.mpc
@@ -1,5 +1,5 @@
// $Id$
-project: namingexe, dseventlogadmin_serv {
+project: namingexe, core, dseventlogadmin_serv {
exename = Event_Logging_Service
includes += $(TAO_ROOT)/orbsvcs
}
diff --git a/TAO/orbsvcs/Logging_Service/Event_Logging_Service/Makefile.am b/TAO/orbsvcs/Logging_Service/Event_Logging_Service/Makefile.am
index 2210fc0e82e..a827aca7cb3 100644
--- a/TAO/orbsvcs/Logging_Service/Event_Logging_Service/Makefile.am
+++ b/TAO/orbsvcs/Logging_Service/Event_Logging_Service/Makefile.am
@@ -9,7 +9,7 @@ TAO_BUILDDIR = $(top_builddir)
if !BUILD_MINIMUM_CORBA
-noinst_PROGRAMS = Event_Logging_Service
+bin_PROGRAMS = Event_Logging_Service
Event_Logging_Service_CPPFLAGS = \
-I$(ACE_ROOT) \
diff --git a/TAO/orbsvcs/Logging_Service/Notify_Logging_Service/Makefile.am b/TAO/orbsvcs/Logging_Service/Notify_Logging_Service/Makefile.am
index 84f1f0ef3fc..14d699263cd 100644
--- a/TAO/orbsvcs/Logging_Service/Notify_Logging_Service/Makefile.am
+++ b/TAO/orbsvcs/Logging_Service/Notify_Logging_Service/Makefile.am
@@ -9,7 +9,7 @@ TAO_BUILDDIR = $(top_builddir)
if !BUILD_MINIMUM_CORBA
-noinst_PROGRAMS = Notify_Logging_Service
+bin_PROGRAMS = Notify_Logging_Service
Notify_Logging_Service_CPPFLAGS = \
-I$(ACE_ROOT) \
diff --git a/TAO/orbsvcs/Logging_Service/Notify_Logging_Service/Notify_Logging_Service.mpc b/TAO/orbsvcs/Logging_Service/Notify_Logging_Service/Notify_Logging_Service.mpc
index 354ae332937..471c70f9582 100644
--- a/TAO/orbsvcs/Logging_Service/Notify_Logging_Service/Notify_Logging_Service.mpc
+++ b/TAO/orbsvcs/Logging_Service/Notify_Logging_Service/Notify_Logging_Service.mpc
@@ -1,5 +1,5 @@
// $Id$
-project: namingexe, dsnotifylogadmin_serv, iortable {
+project: namingexe, core, dsnotifylogadmin_serv, iortable {
exename = Notify_Logging_Service
includes += $(TAO_ROOT)/orbsvcs
}
diff --git a/TAO/orbsvcs/Logging_Service/RTEvent_Logging_Service/Makefile.am b/TAO/orbsvcs/Logging_Service/RTEvent_Logging_Service/Makefile.am
index 4893e8812f4..9274beeb8c5 100644
--- a/TAO/orbsvcs/Logging_Service/RTEvent_Logging_Service/Makefile.am
+++ b/TAO/orbsvcs/Logging_Service/RTEvent_Logging_Service/Makefile.am
@@ -7,7 +7,7 @@ TAO_BUILDDIR = $(top_builddir)
## Makefile.RTEvent_Logging_Service.am
-noinst_PROGRAMS = RTEvent_Logging_Service
+bin_PROGRAMS = RTEvent_Logging_Service
RTEvent_Logging_Service_CPPFLAGS = \
-I$(ACE_ROOT) \
diff --git a/TAO/orbsvcs/Logging_Service/RTEvent_Logging_Service/RTEvent_Logging_Service.mpc b/TAO/orbsvcs/Logging_Service/RTEvent_Logging_Service/RTEvent_Logging_Service.mpc
index 5b9e88fc1cd..45f99a3790b 100644
--- a/TAO/orbsvcs/Logging_Service/RTEvent_Logging_Service/RTEvent_Logging_Service.mpc
+++ b/TAO/orbsvcs/Logging_Service/RTEvent_Logging_Service/RTEvent_Logging_Service.mpc
@@ -1,5 +1,5 @@
// $Id$
-project: namingexe, rteventlogadmin {
+project: namingexe, core, rteventlogadmin {
exename = RTEvent_Logging_Service
includes += $(TAO_ROOT)/orbsvcs
}