summaryrefslogtreecommitdiff
path: root/TAO/examples/Persistent_Grid/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/examples/Persistent_Grid/Makefile.am')
-rw-r--r--TAO/examples/Persistent_Grid/Makefile.am3
1 files changed, 0 insertions, 3 deletions
diff --git a/TAO/examples/Persistent_Grid/Makefile.am b/TAO/examples/Persistent_Grid/Makefile.am
index 6688c6bf9a3..ad41a063171 100644
--- a/TAO/examples/Persistent_Grid/Makefile.am
+++ b/TAO/examples/Persistent_Grid/Makefile.am
@@ -43,7 +43,6 @@ Grid-stamp: $(srcdir)/Grid.idl $(TAO_IDL_DEP)
$(TAO_IDL) $(TAO_IDLFLAGS) -Sa -St $(srcdir)/Grid.idl
@touch $@
-
noinst_HEADERS = \
Grid.idl
@@ -111,7 +110,6 @@ endif BUILD_EXCEPTIONS
## Makefile.Persistent_Grid_Server.am
if BUILD_EXCEPTIONS
-if !BUILD_ACE_FOR_TAO
noinst_PROGRAMS += server
@@ -139,7 +137,6 @@ server_LDADD = \
$(TAO_BUILDDIR)/tao/libTAO.la \
$(ACE_BUILDDIR)/ace/libACE.la
-endif !BUILD_ACE_FOR_TAO
endif BUILD_EXCEPTIONS
## Clean up template repositories, etc.