summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/Logging_Service
diff options
context:
space:
mode:
authorjtc <jtc@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2004-08-11 01:35:35 +0000
committerjtc <jtc@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2004-08-11 01:35:35 +0000
commitdacf2ebbbe7b5cf54cd558bbbcb37348a22c97a1 (patch)
tree8334b229a8f38133f7f8073c98e8e1f481769158 /TAO/orbsvcs/Logging_Service
parenta02c0a76a9b983c180a633274affcb1ac37594a6 (diff)
downloadATCD-dacf2ebbbe7b5cf54cd558bbbcb37348a22c97a1.tar.gz
ChangeLogTag: Tue Aug 10 18:33:30 2004 J.T. Conklin <jtc@acorntoolworks.com>
Diffstat (limited to 'TAO/orbsvcs/Logging_Service')
-rw-r--r--TAO/orbsvcs/Logging_Service/Event_Logging_Service/Makefile.am9
-rw-r--r--TAO/orbsvcs/Logging_Service/Notify_Logging_Service/Makefile.am7
2 files changed, 9 insertions, 7 deletions
diff --git a/TAO/orbsvcs/Logging_Service/Event_Logging_Service/Makefile.am b/TAO/orbsvcs/Logging_Service/Event_Logging_Service/Makefile.am
index be54683a0b2..9a19acbfecc 100644
--- a/TAO/orbsvcs/Logging_Service/Event_Logging_Service/Makefile.am
+++ b/TAO/orbsvcs/Logging_Service/Event_Logging_Service/Makefile.am
@@ -7,7 +7,9 @@ TAO_BUILDDIR = $(top_builddir)
## Makefile.Event_Logging_Service.am
+if !BUILD_MINIMUM_CORBA
noinst_PROGRAMS = Event_Logging_Service
+endif
Event_Logging_Service_CPPFLAGS = \
-I$(ACE_ROOT) \
@@ -18,9 +20,10 @@ Event_Logging_Service_CPPFLAGS = \
-I$(TAO_ROOT)/orbsvcs \
-I$(TAO_ROOT)/orbsvcs/orbsvcs \
-DTAO_HAS_TYPED_EVENT_CHANNEL
-
+
Event_Logging_Service_SOURCES = \
- Event_Logging_Service.cpp
+ Event_Logging_Service.cpp \
+ Event_Logging_Service.h
Event_Logging_Service_LDADD = \
$(TAO_BUILDDIR)/orbsvcs/orbsvcs/libTAO_DsEventLogAdmin.la \
@@ -41,8 +44,6 @@ Event_Logging_Service_LDADD = \
$(TAO_BUILDDIR)/tao/libTAO.la \
$(ACE_BUILDDIR)/ace/libACE.la
-noinst_HEADERS = \
- Event_Logging_Service.h
## Clean up template repositories, etc.
clean-local:
diff --git a/TAO/orbsvcs/Logging_Service/Notify_Logging_Service/Makefile.am b/TAO/orbsvcs/Logging_Service/Notify_Logging_Service/Makefile.am
index 8d9d161d35a..7e917662d35 100644
--- a/TAO/orbsvcs/Logging_Service/Notify_Logging_Service/Makefile.am
+++ b/TAO/orbsvcs/Logging_Service/Notify_Logging_Service/Makefile.am
@@ -7,7 +7,9 @@ TAO_BUILDDIR = $(top_builddir)
## Makefile.Notify_Logging_Service.am
+if !BUILD_MINIMUM_CORBA
noinst_PROGRAMS = Notify_Logging_Service
+endif
Notify_Logging_Service_CPPFLAGS = \
-I$(ACE_ROOT) \
@@ -21,7 +23,8 @@ Notify_Logging_Service_CPPFLAGS = \
Notify_Logging_Service_SOURCES = \
Notify_Logging_Server.cpp \
- Notify_Logging_Service.cpp
+ Notify_Logging_Service.cpp \
+ Notify_Logging_Service.h
Notify_Logging_Service_LDADD = \
$(TAO_BUILDDIR)/orbsvcs/orbsvcs/libTAO_DsNotifyLogAdmin.la \
@@ -44,8 +47,6 @@ Notify_Logging_Service_LDADD = \
$(TAO_BUILDDIR)/tao/libTAO.la \
$(ACE_BUILDDIR)/ace/libACE.la
-noinst_HEADERS = \
- Notify_Logging_Service.h
## Clean up template repositories, etc.
clean-local: