summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/Fault_Notifier
diff options
context:
space:
mode:
authorjtc <jtc@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2004-08-17 06:42:10 +0000
committerjtc <jtc@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2004-08-17 06:42:10 +0000
commit46d5f5b104d3259b294358e287c0705d54459dad (patch)
tree396f346d283258f64e41a2e73cca957775cc85c3 /TAO/orbsvcs/Fault_Notifier
parentb16dd96d261e47f8671305483673aee7f189db81 (diff)
downloadATCD-46d5f5b104d3259b294358e287c0705d54459dad.tar.gz
ChangeLogTag: Mon Aug 16 23:35:00 2004 J.T. Conklin <jtc@acorntoolworks.com>
Diffstat (limited to 'TAO/orbsvcs/Fault_Notifier')
-rw-r--r--TAO/orbsvcs/Fault_Notifier/Makefile.am8
1 files changed, 5 insertions, 3 deletions
diff --git a/TAO/orbsvcs/Fault_Notifier/Makefile.am b/TAO/orbsvcs/Fault_Notifier/Makefile.am
index cdadb271da1..688198ed626 100644
--- a/TAO/orbsvcs/Fault_Notifier/Makefile.am
+++ b/TAO/orbsvcs/Fault_Notifier/Makefile.am
@@ -9,16 +9,16 @@ TAO_BUILDDIR = $(top_builddir)
if BUILD_ACE_UUID
if !BUILD_MINIMUM_CORBA
+
noinst_PROGRAMS = Fault_Notifier
-endif
-endif
Fault_Notifier_CPPFLAGS = \
-I$(ACE_ROOT) \
-I$(ACE_BUILDDIR) \
-I$(TAO_ROOT) \
-I$(TAO_BUILDDIR) \
- -I$(TAO_ROOT)/orbsvcs/orbsvcs
+ -I$(TAO_ROOT)/orbsvcs \
+ -I$(TAO_BUILDDIR)/orbsvcs
Fault_Notifier_SOURCES = \
FT_Notifier_i.cpp \
@@ -46,6 +46,8 @@ Fault_Notifier_LDADD = \
$(TAO_BUILDDIR)/tao/libTAO.la \
$(ACE_BUILDDIR)/ace/libACE.la
+endif !BUILD_MINIMUM_CORBA
+endif BUILD_ACE_UUID
## Clean up template repositories, etc.
clean-local: