Files
Thomas Quinot 8ff7138295 (ssl.m4): Check for openssl(1) and store its location in OPENSSL
(Makefile.in): Add substitution for @OPENSSL@
(examples/corba/secure_echo/Makefile.local): Use $(OPENSSL) to call
openssl(1) as it might not be on the PATH.

Also reorganize slightly the generation of test_targets in Makefile so
that
a Makefile.local can disable its test (by unsetting test_target).

For L217-011

Subversion-branch: /trunk/polyorb
Subversion-revision: 185897
2012-02-17 09:46:54 +00:00
..
2012-01-04 22:41:08 +00:00
2012-01-04 22:41:08 +00:00
2012-01-04 22:41:08 +00:00
2012-01-04 22:41:08 +00:00
2007-07-16 16:42:17 +00:00

README for the PolyORB CORBA examples
-------------------------------------

$Id$

This directory contains CORBA examples.
 all_functions/ : tests CORBA method invocations,
 all_types/     : tests CORBA types,
 echo/          : simple echo program,
 random/        : random test, see http://www.random.org/corba.html for more
                  details.
 send/          : test MIOP implementation
 secure_echo/   : simple echo program with enabled security and a set of
                  demonstration configuration files