summaryrefslogtreecommitdiff
path: root/TAO/examples/Persistent_Grid
diff options
context:
space:
mode:
authorjtc <jtc@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2006-12-19 19:48:40 +0000
committerjtc <jtc@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2006-12-19 19:48:40 +0000
commit368b7f0cb9abb64cb5bfeddb6ce12879241cd0dd (patch)
treeb0a6de6d0e9c3f0a69b3b88ff97262b205e58cd4 /TAO/examples/Persistent_Grid
parent5fe84d7b29e5b379918a5da381e48ca13b89c04d (diff)
downloadATCD-368b7f0cb9abb64cb5bfeddb6ce12879241cd0dd.tar.gz
ChangeLogTag: Tue Dec 19 18:44:02 UTC 2006 J.T. Conklin <jtc@acorntoolworks.com>
Diffstat (limited to 'TAO/examples/Persistent_Grid')
-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.