diff options
Diffstat (limited to 'TAO/orbsvcs/Logging_Service')
-rw-r--r-- | TAO/orbsvcs/Logging_Service/Event_Logging_Service/Makefile.am | 9 | ||||
-rw-r--r-- | TAO/orbsvcs/Logging_Service/Notify_Logging_Service/Makefile.am | 7 |
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: |