From aeea893fb1c52d20258929a62a59ae2e7bd12e3d Mon Sep 17 00:00:00 2001 From: Tomek Mrugalski Date: Tue, 19 Aug 2014 20:33:17 +0200 Subject: [PATCH] [3421] Changes after review: - removed examples/INSTALL (there's nothing to install) - updated examples/README (bind10 => Kea) --- examples/INSTALL | 9 --------- examples/README | 4 ++-- 2 files changed, 2 insertions(+), 11 deletions(-) delete mode 100644 examples/INSTALL diff --git a/examples/INSTALL b/examples/INSTALL deleted file mode 100644 index 43436c2eef..0000000000 --- a/examples/INSTALL +++ /dev/null @@ -1,9 +0,0 @@ -If using git (not the tarball), build the "configure" file: - autoreconf --install - -To then build from source: - ./configure - make - -You may have to specify the location of BIND 10 header files and -library objects. See configure options by ./configure --help. diff --git a/examples/README b/examples/README index 1de7f670f4..8a639edb8e 100644 --- a/examples/README +++ b/examples/README @@ -2,13 +2,13 @@ This is the top directory for sample programs that can be developed using public Kea libraries outside of the Kea project. It's intended to be built with installed Kea header files and library objects, so it's not a target of the main build tree, and does not -refer to any other part of the BIND 10 source tree that contains +refer to any other part of the Kea source tree that contains 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 environments with helper autoconf macros to detect the availability and -location of BIND 10 header files and library objects. +location of Kea header files and library objects. This directory is currently empty, but we expect to move example code here soon. -- 2.47.2