diff options
author | jtc <jtc@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2004-08-11 01:35:35 +0000 |
---|---|---|
committer | jtc <jtc@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2004-08-11 01:35:35 +0000 |
commit | 23a60a83463bbd36314b8a68082b98a95426624f (patch) | |
tree | 8334b229a8f38133f7f8073c98e8e1f481769158 /TAO/orbsvcs/Fault_Notifier | |
parent | 066aaf7735b020bc4d19897fb2239cf5c9aa1634 (diff) | |
download | ATCD-23a60a83463bbd36314b8a68082b98a95426624f.tar.gz |
ChangeLogTag: Tue Aug 10 18:33:30 2004 J.T. Conklin <jtc@acorntoolworks.com>
Diffstat (limited to 'TAO/orbsvcs/Fault_Notifier')
-rw-r--r-- | TAO/orbsvcs/Fault_Notifier/Makefile.am | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/TAO/orbsvcs/Fault_Notifier/Makefile.am b/TAO/orbsvcs/Fault_Notifier/Makefile.am index c941b54cb4e..cdadb271da1 100644 --- a/TAO/orbsvcs/Fault_Notifier/Makefile.am +++ b/TAO/orbsvcs/Fault_Notifier/Makefile.am @@ -7,7 +7,11 @@ TAO_BUILDDIR = $(top_builddir) ## Makefile.Fault_Notifier.am +if BUILD_ACE_UUID +if !BUILD_MINIMUM_CORBA noinst_PROGRAMS = Fault_Notifier +endif +endif Fault_Notifier_CPPFLAGS = \ -I$(ACE_ROOT) \ @@ -18,7 +22,8 @@ Fault_Notifier_CPPFLAGS = \ Fault_Notifier_SOURCES = \ FT_Notifier_i.cpp \ - Fault_Notifier_Main.cpp + Fault_Notifier_Main.cpp \ + FT_Notifier_i.h Fault_Notifier_LDADD = \ $(TAO_BUILDDIR)/orbsvcs/orbsvcs/libTAO_FaultTolerance.la \ @@ -41,8 +46,6 @@ Fault_Notifier_LDADD = \ $(TAO_BUILDDIR)/tao/libTAO.la \ $(ACE_BUILDDIR)/ace/libACE.la -noinst_HEADERS = \ - FT_Notifier_i.h ## Clean up template repositories, etc. clean-local: |