diff options
author | jtc <jtc@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2006-02-16 03:45:04 +0000 |
---|---|---|
committer | jtc <jtc@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2006-02-16 03:45:04 +0000 |
commit | 23eb5dc2b8d6eb10972f08a087acd1e6ae977b8f (patch) | |
tree | aabd4b0c8b6df12ae096dfba6fb7f4bd78aedf7a /TAO/examples/Load_Balancing_persistent | |
parent | d85aaf6f633e217b69a886e84252cb23e625b83a (diff) | |
download | ATCD-23eb5dc2b8d6eb10972f08a087acd1e6ae977b8f.tar.gz |
ChangeLogTag: Thu Feb 16 03:33:02 UTC 2006 J.T. Conklin <jtc@acorntoolworks.com>
Diffstat (limited to 'TAO/examples/Load_Balancing_persistent')
-rw-r--r-- | TAO/examples/Load_Balancing_persistent/Makefile.am | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/TAO/examples/Load_Balancing_persistent/Makefile.am b/TAO/examples/Load_Balancing_persistent/Makefile.am index 551066e1596..27ee8c692ca 100644 --- a/TAO/examples/Load_Balancing_persistent/Makefile.am +++ b/TAO/examples/Load_Balancing_persistent/Makefile.am @@ -79,6 +79,10 @@ Load_Balancer-stamp: $(srcdir)/Load_Balancer.idl $(TAO_IDL_DEP) @touch $@ +noinst_HEADERS = \ + Identity.idl \ + Load_Balancer.idl + ## Makefile.Load_Balancing_Persistent_Balancer.am if !BUILD_ACE_FOR_TAO |