Browse Source

[3421] Changes after review:

 - removed examples/INSTALL (there's nothing to install)
 - updated examples/README (bind10 => Kea)
Tomek Mrugalski 10 years ago
parent
commit
aeea893fb1
2 changed files with 2 additions and 11 deletions
  1. 0 9
      examples/INSTALL
  2. 2 2
      examples/README

+ 0 - 9
examples/INSTALL

@@ -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.

+ 2 - 2
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.