Add lib/dns/config to "configure" phase of build.

This commit is contained in:
Mark Andrews 1999-09-02 07:02:50 +00:00
parent 05f90cac85
commit f8e602a972
2 changed files with 3 additions and 1 deletions

1
configure vendored
View file

@ -3070,6 +3070,7 @@ CONFIG_FILES=\${CONFIG_FILES-"make/rules
lib/dns/sec/dst/Makefile
lib/dns/sec/dst/include/Makefile
lib/dns/sec/dst/include/dst/Makefile
lib/dns/config/Makefile
lib/tests/Makefile
lib/tests/include/Makefile
lib/tests/include/tests/Makefile

View file

@ -13,7 +13,7 @@ dnl PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS
dnl ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS
dnl SOFTWARE.
AC_REVISION($Revision: 1.52 $)
AC_REVISION($Revision: 1.53 $)
AC_PREREQ(2.13)
@ -411,6 +411,7 @@ AC_OUTPUT(
lib/dns/sec/dst/Makefile
lib/dns/sec/dst/include/Makefile
lib/dns/sec/dst/include/dst/Makefile
lib/dns/config/Makefile
lib/tests/Makefile
lib/tests/include/Makefile
lib/tests/include/tests/Makefile