2012-10-01 15:26:25 -07:00
|
|
|
This is the top directory for sample programs that can be developed
|
2014-08-14 18:24:14 +02:00
|
|
|
using public Kea libraries outside of the Kea project. It's
|
|
|
|
intended to be built with installed Kea header files and library
|
2012-10-01 15:26:25 -07:00
|
|
|
objects, so it's not a target of the main build tree, and does not
|
2014-08-19 20:33:17 +02:00
|
|
|
refer to any other part of the Kea source tree that contains
|
2012-10-01 15:26:25 -07:00
|
|
|
this directory.
|
|
|
|
|
|
|
|
On the top (sub) directory (where this README file is stored), we
|
|
|
|
provide a sample configure.ac and Makefile.am files for GNU automake
|
2012-10-10 15:14:52 -07:00
|
|
|
environments with helper autoconf macros to detect the availability and
|
2014-08-19 20:33:17 +02:00
|
|
|
location of Kea header files and library objects.
|
2012-10-01 15:26:25 -07:00
|
|
|
|
2014-08-14 18:24:14 +02:00
|
|
|
This directory is currently empty, but we expect to move example
|
|
|
|
code here soon.
|